Searched refs:kqworkloop (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.140.41/bsd/sys/ |
| H A D | eventvar.h | 328 struct kqworkloop { struct 372 struct kqworkloop *__kqwl = (kqwl); \ 393 LIST_ENTRY(kqworkloop) kqwl_hashlink; /* linkage for search list */ argument 397 struct kqworkloop *__kqwl = (kqwl); \ 420 LIST_HEAD(kqwllist, kqworkloop); argument 426 struct kqworkloop *kqwl;
|
| H A D | user.h | 154 struct kqworkloop *kqwl;
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | kern_event.c | 177 static void kqworkloop_unbind(struct kqworkloop *kwql); 183 static void kqworkloop_unbind_locked(struct kqworkloop *kwql, thread_t thread, 186 static kq_index_t kqworkloop_override(struct kqworkloop *kqwl); 187 static void kqworkloop_set_overcommit(struct kqworkloop *kqwl); 218 static void kqworkloop_update_threads_qos(struct kqworkloop *kqwl, int op, kq_index_t qos); 219 static int kqworkloop_end_processing(struct kqworkloop *kqwl, int flags, int kevent_flags); 249 sizeof(struct kqworkloop), ZC_CACHING | ZC_ZFREE_CLEARMEM | ZC_NOTBITAG); 409 static inline struct kqworkloop * 413 return __container_of(kqr, struct kqworkloop, kqwl_request); in kqr_kqworkloop() 437 struct kqworkloop *kqwl = kqr_kqworkloop(req); in kqr_preadopt_thread_group() [all …]
|
| /xnu-8020.140.41/bsd/pthread/ |
| H A D | pthread_workqueue.c | 2752 struct kqworkloop *kqwl; in workq_trace_req_id() 2754 kqwl = __container_of(req, struct kqworkloop, kqwl_request); in workq_trace_req_id() 3951 struct kqworkloop *kqwl = (struct kqworkloop *)proprietor; in workq_threadreq_select()
|