Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/sched/
Dfair.c1534 unsigned long nr_cand, ref_cand, diff_cand; in numa_promotion_adjust_threshold() local
1544 diff_cand = nr_cand - pgdat->nbp_th_nr_cand; in numa_promotion_adjust_threshold()
1547 if (diff_cand > ref_cand * 11 / 10) in numa_promotion_adjust_threshold()
1549 else if (diff_cand < ref_cand * 9 / 10) in numa_promotion_adjust_threshold()