Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmemory-tiers.h56 int next_demotion_node(int node, const nodemask_t *allowed_mask);
60 static inline int next_demotion_node(int node, const nodemask_t *allowed_mask) in next_demotion_node() function
104 static inline int next_demotion_node(int node, const nodemask_t *allowed_mask) in next_demotion_node() function
/linux/mm/
H A Dmemory-tiers.c330 int next_demotion_node(int node, const nodemask_t *allowed_mask) in next_demotion_node() function
H A Dvmscan.c1044 target_nid = next_demotion_node(pgdat->node_id, &allowed_mask); in demote_folio_list()