Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dsched_amp_common.c106 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()
H A Dprocessor.h682 #define PSET_LOAD_FRACTIONAL_SHIFT 4 macro
723 return (int)pset->load_average >> (PSET_LOAD_NUMERATOR_SHIFT - PSET_LOAD_FRACTIONAL_SHIFT); in sched_get_pset_load_average()