Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c1885 unsigned long nr_cand, ref_cand, diff_cand; in numa_promotion_adjust_threshold() local
1892 ref_cand = rate_limit * in numa_promotion_adjust_threshold()
1898 if (diff_cand > ref_cand * 11 / 10) in numa_promotion_adjust_threshold()
1900 else if (diff_cand < ref_cand * 9 / 10) in numa_promotion_adjust_threshold()