Searched refs:kqworkloop (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.81.4/bsd/sys/ |
| H A D | eventvar.h | 345 struct kqworkloop { struct 389 struct kqworkloop *__kqwl = (kqwl); \ 410 LIST_ENTRY(kqworkloop) kqwl_hashlink; /* linkage for search list */ argument 414 struct kqworkloop *__kqwl = (kqwl); \ 437 LIST_HEAD(kqwllist, kqworkloop); argument 443 struct kqworkloop *kqwl;
|
| H A D | user.h | 154 struct kqworkloop *kqwl;
|
| /xnu-11215.81.4/bsd/kern/ |
| H A D | kern_event.c | 188 static void kqworkloop_unbind(struct kqworkloop *kqwl); 197 static void kqworkloop_unbind_locked(struct kqworkloop *kqwl, thread_t thread, 200 static kq_index_t kqworkloop_override(struct kqworkloop *kqwl); 201 static void kqworkloop_set_overcommit(struct kqworkloop *kqwl); 202 static void kqworkloop_bound_thread_park(struct kqworkloop *kqwl, thread_t thread); 203 static void kqworkloop_bound_thread_wakeup(struct kqworkloop *kqwl); 235 static void kqworkloop_update_threads_qos(struct kqworkloop *kqwl, int op, kq_index_t qos); 236 static int kqworkloop_end_processing(struct kqworkloop *kqwl, int flags, int kevent_flags); 266 sizeof(struct kqworkloop), ZC_CACHING | ZC_ZFREE_CLEARMEM | ZC_NO_TBI_TAG); 443 static inline struct kqworkloop * [all …]
|
| /xnu-11215.81.4/bsd/pthread/ |
| H A D | pthread_workqueue.c | 2903 struct kqworkloop *kqwl; in workq_trace_req_id() 2905 kqwl = __container_of(req, struct kqworkloop, kqwl_request); in workq_trace_req_id() 4337 struct kqworkloop *kqwl = (struct kqworkloop *)proprietor; in workq_threadreq_select()
|