Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dsched_rt.c448 …bool found_ast_urgent_pending = false; /* Tracks whether any (eligible) processors have pending ur… in sched_rt_choose_processor() local
450 if (include_ast_urgent_pending_cpus && !found_ast_urgent_pending) { in sched_rt_choose_processor()
484 found_ast_urgent_pending = found_ast_urgent_pending || (pset->pending_AST_URGENT_cpu_mask != 0); in sched_rt_choose_processor()