Home
last modified time | relevance | path

Searched refs:priority_queue_sched_max (Results 1 – 10 of 10) sorted by relevance

/xnu-8020.140.41/bsd/pthread/
H A Dworkqueue_internal.h252 struct priority_queue_sched_max wq_overcommit_queue;
253 struct priority_queue_sched_max wq_constrained_queue;
254 struct priority_queue_sched_max wq_special_queue;
H A Dpthread_workqueue.c1333 static inline struct priority_queue_sched_max *
1590 struct priority_queue_sched_max *q = workq_priority_queue_for_req(wq, req); in workq_threadreq_enqueue()
3035 struct priority_queue_sched_max *pq = workq_priority_queue_for_req(wq, req); in workq_kern_threadreq_modify()
/xnu-8020.140.41/osfmk/kern/
H A Dpriority_queue.h271 struct priority_queue_sched_max { struct
297 struct priority_queue_sched_max *: false, \
561 struct priority_queue_sched_max *: true, \
717 PRIORITY_QUEUE_MAKE(struct priority_queue_sched_max *, priority_queue_entry_sched_t);
H A Dsched_clutch.h166 struct priority_queue_sched_max scr_foreign_buckets;
262 struct priority_queue_sched_max scb_clutchpri_prioq;
H A Dturnstile.h326 …struct priority_queue_sched_max ts_inheritor_queue; /* Queue of turnstile with us as an inheritor…
H A Dwaitq.h245 struct priority_queue_sched_max prefix##_prio_queue; \
H A Dthread.h322 struct priority_queue_sched_max sched_inheritor_queue; /* Inheritor queue for kernel promotion */
323 struct priority_queue_sched_max base_inheritor_queue; /* Inheritor queue for user promotion */
H A Dturnstile.c1499 turnstile_priority_queue_update_entry_key(struct priority_queue_sched_max *q, in turnstile_priority_queue_update_entry_key()
/xnu-8020.140.41/tests/
H A Dpriority_queue.cpp72 dump_pqueue(struct priority_queue_sched_max *pq) in dump_pqueue()
78 T_DECL(priority_queue_sched_max, "Basic sched priority queue testing")
83 struct priority_queue_sched_max pq;
/xnu-8020.140.41/libkern/c++/
H A Dpriority_queue.cpp442 struct priority_queue_sched_max *, priority_queue_entry_sched_t);