Searched refs:run_queue_t (Results 1 – 9 of 9) sorted by relevance
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | sched_dualq.c | 157 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 D | sched_amp.c | 174 static inline run_queue_t 181 static inline run_queue_t 188 static inline run_queue_t 241 run_queue_t main_runq = amp_main_runq(processor); in sched_amp_choose_thread() 242 run_queue_t bound_runq = amp_bound_runq(processor); in sched_amp_choose_thread() 243 run_queue_t chosen_runq; in sched_amp_choose_thread() 276 run_queue_t rq = amp_runq_for_thread(processor, thread); in sched_amp_processor_enqueue() 316 run_queue_t main_runq = amp_main_runq(processor); in sched_amp_processor_csw_check() 317 run_queue_t bound_runq = amp_bound_runq(processor); in sched_amp_processor_csw_check() 375 run_queue_t main_runq = amp_main_runq(processor); in sched_amp_processor_queue_has_priority() [all …]
|
| H A D | sched_traditional.c | 133 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 D | kern_types.h | 234 typedef struct run_queue *run_queue_t; typedef 235 #define RUN_QUEUE_NULL ((run_queue_t) 0)
|
| H A D | sched_prim.h | 298 run_queue_t runq); 301 run_queue_t runq, 305 run_queue_t runq, 310 run_queue_t runq, 314 run_queue_t runq); 379 extern boolean_t runq_scan(run_queue_t runq, sched_update_scan_context_t scan_context);
|
| H A D | sched_proto.c | 315 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 D | sched_multiq.c | 184 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 D | sched_clutch.c | 2794 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 D | sched_prim.c | 3878 run_queue_t rq) in run_queue_init() 3901 run_queue_t rq, in run_queue_dequeue() 3940 run_queue_t rq, in run_queue_enqueue() 3982 run_queue_t rq, in run_queue_remove() 4016 run_queue_t rq) in run_queue_peek() 6810 run_queue_t runq, in runq_scan()
|