Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/sched/
Dfair.c1817 unsigned long nr_cand, ref_cand, diff_cand; in numa_promotion_adjust_threshold() local
1824 ref_cand = rate_limit * in numa_promotion_adjust_threshold()
1830 if (diff_cand > ref_cand * 11 / 10) in numa_promotion_adjust_threshold()
1832 else if (diff_cand < ref_cand * 9 / 10) in numa_promotion_adjust_threshold()