Home
last modified time | relevance | path

Searched refs:priority_queue_min (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dpriority_queue.h246 struct priority_queue_min { struct
292 struct priority_queue_min *: true, \
420 #define priority_queue_min(pq, type, field) ({ \ macro
710 PRIORITY_QUEUE_MAKE_CB(struct priority_queue_min *, priority_queue_entry_t);
H A Dtimer_call.c427 timer_call_t thead = priority_queue_min(&new_mpqueue->mpq_pqhead, struct timer_call, tc_pqlink); in timer_call_entry_enqueue_deadline()
797 timer_call_t new_head = priority_queue_min(&old_queue->mpq_pqhead, struct timer_call, tc_pqlink); in timer_call_cancel()
970 call = priority_queue_min(&queue->mpq_pqhead, struct timer_call, tc_pqlink); in timer_queue_expire_with_options()
1082 call = priority_queue_min(&queue->mpq_pqhead, struct timer_call, tc_pqlink); in timer_queue_expire_with_options()
1162 head_to = priority_queue_min(&queue_to->mpq_pqhead, struct timer_call, tc_pqlink); in timer_queue_migrate()
1171 call = priority_queue_min(&queue_from->mpq_pqhead, struct timer_call, tc_pqlink); in timer_queue_migrate()
H A Dthread_call.c837 …thread_call_t call = priority_queue_min(&group->delayed_pqueues[flavor], struct thread_call, tc_pq… in _arm_delayed_call_timer()
1360 call == priority_queue_min(&group->delayed_pqueues[flavor], struct thread_call, tc_pqlink)) { in thread_call_cancel_locked()
2008 while ((call = priority_queue_min(&group->delayed_pqueues[flavor], in thread_call_delayed_timer()
H A Dsched_clutch.c872 …edf_bucket = priority_queue_min(&root_clutch->scr_unbound_root_buckets, struct sched_clutch_root_b… in sched_clutch_root_highest_root_bucket()
875 …sched_clutch_root_bucket_t unbound_bucket = priority_queue_min(&root_clutch->scr_unbound_root_buck… in sched_clutch_root_highest_root_bucket()
876 …sched_clutch_root_bucket_t bound_bucket = priority_queue_min(&root_clutch->scr_bound_root_buckets,… in sched_clutch_root_highest_root_bucket()
/xnu-11215/libkern/c++/
H A Dpriority_queue.cpp458 struct priority_queue_min *, priority_queue_entry_t);