Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dsched_amp_common.c102 return (recommended_processor_count << PSET_LOAD_FRACTIONAL_SHIFT) + sched_amp_spill_count; in sched_amp_spill_threshold()
281 …return (recommended_processor_count << PSET_LOAD_FRACTIONAL_SHIFT) + (spill_pending ? sched_amp_sp… in sched_amp_steal_threshold()
H A Dprocessor.h560 #define PSET_LOAD_FRACTIONAL_SHIFT 4 macro
596 return (int)pset->load_average >> (PSET_LOAD_NUMERATOR_SHIFT - PSET_LOAD_FRACTIONAL_SHIFT); in sched_get_pset_load_average()