Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dsched_prim.c2603 if (bit_set_if_clear(pset->rt_pending_spill_cpu_mask, next_rt_processor->cpu_id)) { in choose_next_rt_processor_for_IPI()
2605 …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()
2822 if (bit_test(pset->rt_pending_spill_cpu_mask, processor->cpu_id)) { in thread_select()
2934 if (bit_clear_if_set(pset->rt_pending_spill_cpu_mask, processor->cpu_id)) { in thread_select()
2935 …D, MACH_RT_SIGNAL_SPILL) | DBG_FUNC_END, processor->cpu_id, pset->rt_pending_spill_cpu_mask, 0, 5); in thread_select()
2985 bool spill_pending = bit_test(pset->rt_pending_spill_cpu_mask, processor->cpu_id); in thread_select()
4764 bool spill_pending = bit_clear_if_set(pset->rt_pending_spill_cpu_mask, processor->cpu_id); in sched_rt_choose_thread()
4766 …D, MACH_RT_SIGNAL_SPILL) | DBG_FUNC_END, processor->cpu_id, pset->rt_pending_spill_cpu_mask, 0, 2); in sched_rt_choose_thread()
4770 if (bit_clear_if_set(pset->rt_pending_spill_cpu_mask, processor->cpu_id)) { in sched_rt_choose_thread()
4771 …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.h256 cpumap_t rt_pending_spill_cpu_mask; member
H A Dprocessor.c666 pset->rt_pending_spill_cpu_mask = 0; in pset_init()