Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dsched_rt.c346 bool include_ast_urgent_pending_cpus = false; in sched_rtlocal_choose_processor_smt() local
350 …t(node->pset_map) == 1) || (node->pset_non_rt_primary_map == 0) || include_ast_urgent_pending_cpus; in sched_rtlocal_choose_processor_smt()
365 …ead->sched_pri, thread->realtime.deadline, PROCESSOR_NULL, false, include_ast_urgent_pending_cpus); in sched_rtlocal_choose_processor_smt()
402 if (ast_urgent_pending && !include_ast_urgent_pending_cpus) { in sched_rtlocal_choose_processor_smt()
404 include_ast_urgent_pending_cpus = true; in sched_rtlocal_choose_processor_smt()
460 …for (int include_ast_urgent_pending_cpus = 0; include_ast_urgent_pending_cpus < 2; include_ast_urg… in sched_rt_choose_processor() local
461 if (include_ast_urgent_pending_cpus && !found_ast_urgent_pending) { in sched_rt_choose_processor()
483 …ead->sched_pri, thread->realtime.deadline, PROCESSOR_NULL, false, include_ast_urgent_pending_cpus); in sched_rt_choose_processor()
782 bool include_ast_urgent_pending_cpus = false; in pset_choose_next_processor_for_realtime_thread() local
793 …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.h137 bool include_ast_urgent_pending_cpus);