Searched refs:kqworkloop (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.141.1/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-10063.141.1/bsd/kern/ |
| H A D | kern_event.c | 178 static void kqworkloop_unbind(struct kqworkloop *kwql); 184 static void kqworkloop_unbind_locked(struct kqworkloop *kwql, thread_t thread, 187 static kq_index_t kqworkloop_override(struct kqworkloop *kqwl); 188 static void kqworkloop_set_overcommit(struct kqworkloop *kqwl); 219 static void kqworkloop_update_threads_qos(struct kqworkloop *kqwl, int op, kq_index_t qos); 220 static int kqworkloop_end_processing(struct kqworkloop *kqwl, int flags, int kevent_flags); 250 sizeof(struct kqworkloop), ZC_CACHING | ZC_ZFREE_CLEARMEM | ZC_NOTBITAG); 421 static inline struct kqworkloop * 425 return __container_of(kqr, struct kqworkloop, kqwl_request); in kqr_kqworkloop() 449 struct kqworkloop *kqwl = kqr_kqworkloop(req); in kqr_preadopt_thread_group() [all …]
|
| /xnu-10063.141.1/bsd/pthread/ |
| H A D | pthread_workqueue.c | 2858 struct kqworkloop *kqwl; in workq_trace_req_id() 2860 kqwl = __container_of(req, struct kqworkloop, kqwl_request); in workq_trace_req_id() 4061 struct kqworkloop *kqwl = (struct kqworkloop *)proprietor; in workq_threadreq_select()
|