Home
last modified time | relevance | path

Searched refs:include_ast_urgent_pending_cpus (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/osfmk/kern/
H A Dsched_rt.c335 bool include_ast_urgent_pending_cpus = false; in sched_rtlocal_choose_processor_smt() local
339 …t(node->pset_map) == 1) || (node->pset_non_rt_primary_map == 0) || include_ast_urgent_pending_cpus; in sched_rtlocal_choose_processor_smt()
354 …ead->sched_pri, thread->realtime.deadline, PROCESSOR_NULL, false, include_ast_urgent_pending_cpus); in sched_rtlocal_choose_processor_smt()
391 if (ast_urgent_pending && !include_ast_urgent_pending_cpus) { in sched_rtlocal_choose_processor_smt()
393 include_ast_urgent_pending_cpus = true; in sched_rtlocal_choose_processor_smt()
449 …for (int include_ast_urgent_pending_cpus = 0; include_ast_urgent_pending_cpus < 2; include_ast_urg… in sched_rt_choose_processor() local
450 if (include_ast_urgent_pending_cpus && !found_ast_urgent_pending) { in sched_rt_choose_processor()
472 …ead->sched_pri, thread->realtime.deadline, PROCESSOR_NULL, false, include_ast_urgent_pending_cpus); in sched_rt_choose_processor()
757 bool include_ast_urgent_pending_cpus = false; in pset_choose_next_processor_for_realtime_thread() local
768 …ead(pset, max_pri, minimum_deadline, skip_processor, skip_spills, include_ast_urgent_pending_cpus); in pset_choose_next_processor_for_realtime_thread()
[all …]
H A Dsched_rt.h134 bool include_ast_urgent_pending_cpus);