Home
last modified time | relevance | path

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

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