Home
last modified time | relevance | path

Searched refs:run_queue_t (Results 1 – 9 of 9) sorted by relevance

/xnu-8792.41.9/osfmk/kern/
H A Dsched_dualq.c157 static inline run_queue_t
164 static inline run_queue_t
171 static inline run_queue_t
221 run_queue_t main_runq = dualq_main_runq(processor); in sched_dualq_choose_thread()
222 run_queue_t bound_runq = dualq_bound_runq(processor); in sched_dualq_choose_thread()
223 run_queue_t chosen_runq; in sched_dualq_choose_thread()
293 run_queue_t rq = dualq_runq_for_thread(processor, thread); in sched_dualq_processor_enqueue()
319 run_queue_t main_runq = dualq_main_runq(processor); in sched_dualq_processor_csw_check()
320 run_queue_t bound_runq = dualq_bound_runq(processor); in sched_dualq_processor_csw_check()
352 run_queue_t main_runq = dualq_main_runq(processor); in sched_dualq_processor_queue_has_priority()
[all …]
H A Dsched_amp.c177 static inline run_queue_t
184 static inline run_queue_t
191 static inline run_queue_t
247 run_queue_t main_runq = amp_main_runq(processor); in sched_amp_choose_thread()
248 run_queue_t bound_runq = amp_bound_runq(processor); in sched_amp_choose_thread()
249 run_queue_t chosen_runq; in sched_amp_choose_thread()
282 run_queue_t rq = amp_runq_for_thread(processor, thread); in sched_amp_processor_enqueue()
322 run_queue_t main_runq = amp_main_runq(processor); in sched_amp_processor_csw_check()
323 run_queue_t bound_runq = amp_bound_runq(processor); in sched_amp_processor_csw_check()
381 run_queue_t main_runq = amp_main_runq(processor); in sched_amp_processor_queue_has_priority()
[all …]
H A Dsched_traditional.c133 static thread_t sched_traditional_choose_thread_from_runq(processor_t processor, run_queue_t runq, …
277 static inline run_queue_t
352 run_queue_t rq, in sched_traditional_choose_thread_from_runq()
414 run_queue_t rq = runq_for_processor(processor); in sched_traditional_processor_enqueue()
457 run_queue_t runq; in sched_traditional_processor_csw_check()
534 run_queue_t rq = runq_for_processor(processor); in sched_traditional_processor_queue_shutdown()
582 run_queue_t rq,
620 run_queue_t rq; in sched_traditional_processor_queue_remove()
660 run_queue_t rq = runq_for_processor(processor); in sched_traditional_steal_processor_thread()
H A Dkern_types.h234 typedef struct run_queue *run_queue_t; typedef
235 #define RUN_QUEUE_NULL ((run_queue_t) 0)
H A Dsched_proto.c315 run_queue_t rq = global_runq; in sched_proto_choose_thread()
411 run_queue_t rq = global_runq; in sched_proto_processor_enqueue()
436 run_queue_t rq; in sched_proto_processor_queue_remove()
514 run_queue_t runq; in sched_proto_processor_csw_check()
H A Dsched_prim.h309 run_queue_t runq);
312 run_queue_t runq,
316 run_queue_t runq,
321 run_queue_t runq,
325 run_queue_t runq);
390 extern boolean_t runq_scan(run_queue_t runq, sched_update_scan_context_t scan_context);
H A Dsched_multiq.c184 typedef run_queue_t entry_queue_t; /* A run queue that holds sched_entries ins…
185 typedef run_queue_t group_runq_t; /* A run queue that is part of a sched_grou…
456 static inline run_queue_t
1027 run_queue_t bound_runq = multiq_bound_runq(processor); in sched_multiq_choose_thread()
1214 run_queue_t bound_runq = multiq_bound_runq(processor); in sched_multiq_processor_csw_check()
1247 run_queue_t main_runq = multiq_main_entryq(processor); in sched_multiq_processor_queue_has_priority()
1248 run_queue_t bound_runq = multiq_bound_runq(processor); in sched_multiq_processor_queue_has_priority()
H A Dsched_clutch.c2794 static inline run_queue_t
2808 static inline run_queue_t
2877 run_queue_t bound_runq = sched_clutch_bound_runq(processor); in sched_clutch_choose_thread()
2920 run_queue_t rq = sched_clutch_thread_bound_runq(processor, thread); in sched_clutch_processor_enqueue()
2943 run_queue_t bound_runq = sched_clutch_bound_runq(processor); in sched_clutch_processor_csw_check()
2976 run_queue_t bound_runq = sched_clutch_bound_runq(processor); in sched_clutch_processor_queue_has_priority()
3045 run_queue_t rq; in sched_clutch_processor_queue_remove()
3573 run_queue_t bound_runq = sched_clutch_bound_runq(processor); in sched_edge_choose_thread()
3662 run_queue_t bound_runq = sched_clutch_bound_runq(processor); in sched_edge_processor_csw_check()
3694 run_queue_t bound_runq = sched_clutch_bound_runq(processor); in sched_edge_processor_queue_has_priority()
H A Dsched_prim.c3943 run_queue_t rq) in run_queue_init()
3966 run_queue_t rq, in run_queue_dequeue()
4005 run_queue_t rq, in run_queue_enqueue()
4047 run_queue_t rq, in run_queue_remove()
4081 run_queue_t rq) in run_queue_peek()
6798 run_queue_t runq, in runq_scan()