Searched refs:PROCESSOR_IDLE (Results 1 – 5 of 5) sorted by relevance
147 PROCESSOR_IDLE = 4, /* Idle (available) */ enumerator730 if (bit_test(pset->cpu_available_map, cpuid) && (new_state < PROCESSOR_IDLE)) { in pset_update_processor_state()733 } else if (!bit_test(pset->cpu_available_map, cpuid) && (new_state >= PROCESSOR_IDLE)) { in pset_update_processor_state()744 if ((old_state == PROCESSOR_IDLE) || (new_state == PROCESSOR_IDLE)) { in pset_update_processor_state()745 if (new_state == PROCESSOR_IDLE) { in pset_update_processor_state()756 if (new_state == PROCESSOR_IDLE) { in pset_update_processor_state()772 cpumap_t idle_map = pset->cpu_state_map[PROCESSOR_IDLE]; in pset_update_processor_state()
121 uint64_t idle_map = pset->recommended_bitmask & pset->cpu_state_map[PROCESSOR_IDLE]; in pset_signal_spill()197 if ((pset->recommended_bitmask & pset->cpu_state_map[PROCESSOR_IDLE]) != 0) { in pset_should_accept_spilled_thread()247 if ((nset->recommended_bitmask & nset->cpu_state_map[PROCESSOR_IDLE]) != 0) { in should_spill_to_ecores()
2320 if (sib_processor->state != PROCESSOR_IDLE) { in sched_SMT_balance()4869 if (processor->state == PROCESSOR_IDLE) { in realtime_setrun()4991 bool dst_idle = (dst->state == PROCESSOR_IDLE); in sched_ipi_action()5151 if (processor->state == PROCESSOR_IDLE) { in processor_setrun()5167 if (processor->state == PROCESSOR_IDLE) { in processor_setrun()5318 case PROCESSOR_IDLE: in choose_processor()6811 if (processor->state != PROCESSOR_IDLE) { in processor_idle()6866 if (processor->state == PROCESSOR_IDLE) { in processor_idle()8979 if (processor->state == PROCESSOR_IDLE) { in sched_update_recommended_cores_locked()9156 pset->cpu_state_map[PROCESSOR_IDLE] | in sched_update_powered_cores_drops_lock()[all …]
519 (bit_count(pset->recommended_bitmask & pset->cpu_state_map[PROCESSOR_IDLE]) == 0)) { in sched_amp_steal_thread()
4419 …uint64_t non_avoided_idle_primary_map = processor->processor_set->cpu_state_map[PROCESSOR_IDLE] & … in sched_edge_thread_avoid_processor()