Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dsched_prim.c7556 …uint32_t current_runq_depth = (sched_edge_cluster_cumulative_count(&pset->pset_clutch_root, sched_… in sched_update_pset_load_average() local
7563 …uint64_t new_load_average_factor = (current_runq_depth * delta_nsecs) << SCHED_PSET_LOAD_EWMA_FRAC… in sched_update_pset_load_average()
7571 boolean_t load_uptick = (old_load_shifted == 0) && (current_runq_depth != 0); in sched_update_pset_load_average()
7572 boolean_t load_downtick = (old_load_shifted != 0) && (current_runq_depth == 0); in sched_update_pset_load_average()
7575 load_average = (current_runq_depth << SCHED_PSET_LOAD_EWMA_FRACTION_BITS); in sched_update_pset_load_average()