Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dsched_clutch.c4649 processor_t self_processor = current_processor(); in sched_edge_stir_the_pot_try_trigger_swap() local
4650 int self_cpu = self_processor->cpu_id; in sched_edge_stir_the_pot_try_trigger_swap()
4658 if (sched_edge_stir_the_pot_core_type_is_desired(self_processor->processor_set)) { in sched_edge_stir_the_pot_try_trigger_swap()
4752 assert3s(swap_cpu, !=, self_processor->cpu_id); in sched_edge_stir_the_pot_try_trigger_swap()
4759 sched_edge_stir_the_pot_core_type_is_desired(self_processor->processor_set)); in sched_edge_stir_the_pot_try_trigger_swap()
4760 if (sched_edge_stir_the_pot_core_type_is_desired(self_processor->processor_set)) { in sched_edge_stir_the_pot_try_trigger_swap()
4779 os_atomic_store(&self_processor->stir_the_pot_inbox_cpu, swap_cpu, relaxed); in sched_edge_stir_the_pot_try_trigger_swap()
4893 processor_t self_processor = current_processor(); in sched_edge_stir_the_pot_check_inbox_for_thread() local
4897 dst_cpu = os_atomic_load(&self_processor->stir_the_pot_inbox_cpu, relaxed); in sched_edge_stir_the_pot_check_inbox_for_thread()
4912 os_atomic_store(&self_processor->stir_the_pot_inbox_cpu, -1, relaxed); in sched_edge_stir_the_pot_check_inbox_for_thread()
[all …]