Home
last modified time | relevance | path

Searched refs:diff_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
1859 diff_cand = nr_cand - pgdat->nbp_th_nr_cand; 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()