Searched refs:self_cpu (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/osfmk/kern/ |
| H A D | sched_clutch.c | 4650 int self_cpu = self_processor->cpu_id; in sched_edge_stir_the_pot_try_trigger_swap() local 4689 self_state = SESTP_EXTRACT_STATE(old_registry, self_cpu); in sched_edge_stir_the_pot_try_trigger_swap() 4714 intermediate_registry = SESTP_SET_STATE(old_registry, self_cpu, SCHED_EDGE_STP_REQUESTED); in sched_edge_stir_the_pot_try_trigger_swap() 4721 intermediate_registry = SESTP_SET_STATE(old_registry, self_cpu, SCHED_EDGE_STP_PENDING); in sched_edge_stir_the_pot_try_trigger_swap() 4733 DBG_FUNC_START, 0, self_cpu, cpu_of_type_offset_ind, 0); in sched_edge_stir_the_pot_try_trigger_swap() 4739 DBG_FUNC_END, 1, self_cpu, cpu_of_type_offset_ind, 0); in sched_edge_stir_the_pot_try_trigger_swap() 4766 os_atomic_store(&swap_processor->stir_the_pot_inbox_cpu, self_cpu, relaxed); in sched_edge_stir_the_pot_try_trigger_swap() 4797 int self_cpu = current_processor()->cpu_id; in sched_edge_stir_the_pot_clear_registry_entry() local 4802 self_state = SESTP_EXTRACT_STATE(old_registry, self_cpu); in sched_edge_stir_the_pot_clear_registry_entry() 4807 new_registry = SESTP_SET_STATE(old_registry, self_cpu, SCHED_EDGE_STP_NOT_WANT); in sched_edge_stir_the_pot_clear_registry_entry() [all …]
|