Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dsched_prim.c2103 …rq_count > 0) && ((rt_rq_count + nbackup_cpus - bit_count(pset->pending_AST_URGENT_cpu_mask)) > 0); in pset_needs_a_followup_IPI()
2134 if (bit_clear_if_set(pset->pending_AST_URGENT_cpu_mask, processor->cpu_id)) { in clear_pending_AST_bits()
2136 processor->cpu_id, pset->pending_AST_URGENT_cpu_mask, 0, trace_point_number); in clear_pending_AST_bits()
2332 0, pset->pending_AST_URGENT_cpu_mask, 0, 0); in thread_select()
2374 pending_AST_URGENT = bit_test(pset->pending_AST_URGENT_cpu_mask, processor->cpu_id); in thread_select()
2558 (uintptr_t)thread_tid(thread), pset->pending_AST_URGENT_cpu_mask, delay_count, 1); in thread_select()
2574 (uintptr_t)thread_tid(thread), pset->pending_AST_URGENT_cpu_mask, delay_count, 2); in thread_select()
2649 (uintptr_t)thread_tid(new_thread), pset->pending_AST_URGENT_cpu_mask, delay_count, 3); in thread_select()
2658 if (!pending_AST_URGENT && bit_test(pset->pending_AST_URGENT_cpu_mask, processor->cpu_id)) { in thread_select()
2714 (uintptr_t)thread_tid(new_thread), pset->pending_AST_URGENT_cpu_mask, delay_count, 4); in thread_select()
[all …]
H A Dsched_amp_common.c127 if (bit_set_if_clear(pset->pending_AST_URGENT_cpu_mask, processor->cpu_id)) { in pset_signal_spill()
129 processor->cpu_id, pset->pending_AST_URGENT_cpu_mask, 0, 6); in pset_signal_spill()
H A Dprocessor.h235 cpumap_t pending_AST_URGENT_cpu_mask; member
H A Dprocessor.c578 pset->pending_AST_URGENT_cpu_mask = 0; in pset_init()
/xnu-8020.121.3/osfmk/i386/
H A Dcpu.c281 target_processor->processor_set->pending_AST_URGENT_cpu_mask, in processor_to_datastring()