Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dsched_prim.c2281 if (bit_set_if_clear(pset->rt_pending_spill_cpu_mask, next_rt_processor->cpu_id)) { in choose_next_rt_processor_for_IPI()
2283 …next_rt_processor->cpu_id, pset->rt_pending_spill_cpu_mask, starting_pset->cpu_set_low, (uintptr_t… in choose_next_rt_processor_for_IPI()
2501 if (bit_test(pset->rt_pending_spill_cpu_mask, processor->cpu_id)) { in thread_select()
2613 if (bit_clear_if_set(pset->rt_pending_spill_cpu_mask, processor->cpu_id)) { in thread_select()
2614 …D, MACH_RT_SIGNAL_SPILL) | DBG_FUNC_END, processor->cpu_id, pset->rt_pending_spill_cpu_mask, 0, 5); in thread_select()
2664 bool spill_pending = bit_test(pset->rt_pending_spill_cpu_mask, processor->cpu_id); in thread_select()
4381 if (bit_clear_if_set(pset->rt_pending_spill_cpu_mask, processor->cpu_id)) { in sched_rt_choose_thread()
4382 …D, MACH_RT_SIGNAL_SPILL) | DBG_FUNC_END, processor->cpu_id, pset->rt_pending_spill_cpu_mask, 0, 1); in sched_rt_choose_thread()
4389 bool spill_pending = bit_clear_if_set(pset->rt_pending_spill_cpu_mask, processor->cpu_id); in sched_rt_choose_thread()
4391 …D, MACH_RT_SIGNAL_SPILL) | DBG_FUNC_END, processor->cpu_id, pset->rt_pending_spill_cpu_mask, 0, 2); in sched_rt_choose_thread()
[all …]
H A Dprocessor.h252 cpumap_t rt_pending_spill_cpu_mask; member
H A Dprocessor.c584 pset->rt_pending_spill_cpu_mask = 0; in pset_init()