Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dfair.c1849 unsigned long nr_cand, ref_cand, diff_cand; in numa_promotion_adjust_threshold() local
1856 ref_cand = rate_limit * in numa_promotion_adjust_threshold()
1862 if (diff_cand > ref_cand * 11 / 10) in numa_promotion_adjust_threshold()
1864 else if (diff_cand < ref_cand * 9 / 10) in numa_promotion_adjust_threshold()