Home
last modified time | relevance | path

Searched refs:workq_threadreq_s (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.121.2/bsd/pthread/
H A Dworkqueue_internal.h175 typedef struct workq_threadreq_s { struct
178 STAILQ_ENTRY(workq_threadreq_s) tr_link; argument
189 } workq_threadreq_s, *workq_threadreq_t; argument
191 STAILQ_HEAD(workq_threadreq_tailq, workq_threadreq_s);
271 struct workq_threadreq_s;
279 void workq_thread_set_max_qos(struct proc *p, struct workq_threadreq_s *kqr);
295 bool workq_kern_threadreq_initiate(struct proc *p, struct workq_threadreq_s *kqr,
299 void workq_kern_threadreq_modify(struct proc *p, struct workq_threadreq_s *kqr,
303 void workq_kern_threadreq_update_inheritor(struct proc *p, struct workq_threadreq_s *kqr,
H A Dpthread_workqueue.c129 sizeof(struct workq_threadreq_s), ZC_CACHING);
357 struct workq_threadreq_s, tr_entry); in _wq_thactive_refresh_best_constrained_req_qos()
2184 struct workq_threadreq_s, tr_entry, ^(workq_threadreq_t e){ in workq_mark_exiting()
2188 struct workq_threadreq_s, tr_entry, ^(workq_threadreq_t e){ in workq_mark_exiting()
2192 struct workq_threadreq_s, tr_entry, ^(workq_threadreq_t e){ in workq_mark_exiting()
3143 req_max = priority_queue_max(pq, struct workq_threadreq_s, tr_entry); in workq_kern_threadreq_modify()
3835 struct workq_threadreq_s, tr_entry); in workq_threadreq_select_for_creator()
3866 struct workq_threadreq_s, tr_entry); in workq_threadreq_select_for_creator()
3891 struct workq_threadreq_s, tr_entry); in workq_threadreq_select_for_creator()
3931 static struct workq_threadreq_s workq_sync_push_fake_req = { in workq_threadreq_select_for_creator()
[all …]
/xnu-8796.121.2/bsd/sys/
H A Deventvar.h215 workq_threadreq_s kqwq_request[KQWQ_NBUCKETS]; /* per-QoS request states */
332 workq_threadreq_s kqwl_request; /* thread request state */
H A Duser.h261 struct workq_threadreq_s *uu_kqr_bound;