Home
last modified time | relevance | path

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

/xnu-10063.141.1/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()
589 run_queue_t rq; in sched_traditional_processor_queue_remove()
629 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.h329 run_queue_t runq);
332 run_queue_t runq,
336 run_queue_t runq,
341 run_queue_t runq,
345 run_queue_t runq);
410 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.c2787 static inline run_queue_t
2801 static inline run_queue_t
2870 run_queue_t bound_runq = sched_clutch_bound_runq(processor); in sched_clutch_choose_thread()
2913 run_queue_t rq = sched_clutch_thread_bound_runq(processor, thread); in sched_clutch_processor_enqueue()
2936 run_queue_t bound_runq = sched_clutch_bound_runq(processor); in sched_clutch_processor_csw_check()
2969 run_queue_t bound_runq = sched_clutch_bound_runq(processor); in sched_clutch_processor_queue_has_priority()
3051 run_queue_t rq = sched_clutch_thread_bound_runq(processor, thread); in sched_clutch_processor_queue_remove()
3535 run_queue_t bound_runq = sched_clutch_bound_runq(processor); in sched_edge_choose_thread()
3624 run_queue_t bound_runq = sched_clutch_bound_runq(processor); in sched_edge_processor_csw_check()
3656 run_queue_t bound_runq = sched_clutch_bound_runq(processor); in sched_edge_processor_queue_has_priority()
H A Dsched_prim.c4103 run_queue_t rq) in run_queue_init()
4126 run_queue_t rq, in run_queue_dequeue()
4165 run_queue_t rq, in run_queue_enqueue()
4207 run_queue_t rq, in run_queue_remove()
4241 run_queue_t rq) in run_queue_peek()
7148 run_queue_t runq, in runq_scan()