Searched refs:nr_cand (Results 1 – 1 of 1) sorted by relevance
1795 unsigned long nr_cand; in numa_promotion_rate_limit() local1800 nr_cand = node_page_state(pgdat, PGPROMOTE_CANDIDATE); in numa_promotion_rate_limit()1804 pgdat->nbp_rl_nr_cand = nr_cand; in numa_promotion_rate_limit()1805 if (nr_cand - pgdat->nbp_rl_nr_cand >= rate_limit) in numa_promotion_rate_limit()1817 unsigned long nr_cand, ref_cand, diff_cand; in numa_promotion_adjust_threshold() local1826 nr_cand = node_page_state(pgdat, PGPROMOTE_CANDIDATE); in numa_promotion_adjust_threshold()1827 diff_cand = nr_cand - pgdat->nbp_th_nr_cand; in numa_promotion_adjust_threshold()1834 pgdat->nbp_th_nr_cand = nr_cand; in numa_promotion_adjust_threshold()