Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dsched_prim.c2616 if (bit_set_if_clear(pset->rt_pending_spill_cpu_mask, next_rt_processor->cpu_id)) { in choose_next_rt_processor_for_IPI()
2618 …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()
2847 if (bit_test(pset->rt_pending_spill_cpu_mask, processor->cpu_id)) { in thread_select()
2967 if (bit_clear_if_set(pset->rt_pending_spill_cpu_mask, processor->cpu_id)) { in thread_select()
2968 …D, MACH_RT_SIGNAL_SPILL) | DBG_FUNC_END, processor->cpu_id, pset->rt_pending_spill_cpu_mask, 0, 5); in thread_select()
3018 bool spill_pending = bit_test(pset->rt_pending_spill_cpu_mask, processor->cpu_id); in thread_select()
4808 bool spill_pending = bit_clear_if_set(pset->rt_pending_spill_cpu_mask, processor->cpu_id); in sched_rt_choose_thread()
4810 …D, MACH_RT_SIGNAL_SPILL) | DBG_FUNC_END, processor->cpu_id, pset->rt_pending_spill_cpu_mask, 0, 2); in sched_rt_choose_thread()
4814 if (bit_clear_if_set(pset->rt_pending_spill_cpu_mask, processor->cpu_id)) { in sched_rt_choose_thread()
4815 …D, MACH_RT_SIGNAL_SPILL) | DBG_FUNC_END, processor->cpu_id, pset->rt_pending_spill_cpu_mask, 0, 3); in sched_rt_choose_thread()
[all …]
H A Dprocessor.h262 cpumap_t rt_pending_spill_cpu_mask; member
H A Dprocessor.c664 pset->rt_pending_spill_cpu_mask = 0; in pset_init()