Searched refs:PSET_LOAD_FRACTIONAL_SHIFT (Results 1 – 2 of 2) sorted by relevance
106 return (recommended_processor_count << PSET_LOAD_FRACTIONAL_SHIFT) + sched_amp_spill_count; in sched_amp_spill_threshold()291 …return (recommended_processor_count << PSET_LOAD_FRACTIONAL_SHIFT) + (spill_pending ? sched_amp_sp… in sched_amp_steal_threshold()
663 #define PSET_LOAD_FRACTIONAL_SHIFT 4 macro704 return (int)pset->load_average >> (PSET_LOAD_NUMERATOR_SHIFT - PSET_LOAD_FRACTIONAL_SHIFT); in sched_get_pset_load_average()