Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c2059 unsigned long nr_cand; in numa_promotion_rate_limit() local
2064 nr_cand = node_page_state(pgdat, PGPROMOTE_CANDIDATE); in numa_promotion_rate_limit()
2068 pgdat->nbp_rl_nr_cand = nr_cand; in numa_promotion_rate_limit()
2069 if (nr_cand - pgdat->nbp_rl_nr_cand >= rate_limit) in numa_promotion_rate_limit()
2081 unsigned long nr_cand, ref_cand, diff_cand; in numa_promotion_adjust_threshold() local
2090 nr_cand = node_page_state(pgdat, PGPROMOTE_CANDIDATE); in numa_promotion_adjust_threshold()
2091 diff_cand = nr_cand - pgdat->nbp_th_nr_cand; in numa_promotion_adjust_threshold()
2098 pgdat->nbp_th_nr_cand = nr_cand; in numa_promotion_adjust_threshold()