Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dmemory-tiers.h41 int next_demotion_node(int node);
45 static inline int next_demotion_node(int node) in next_demotion_node() function
87 static inline int next_demotion_node(int node) in next_demotion_node() function
/Linux-v6.1/mm/
Dmemory-tiers.c294 int next_demotion_node(int node) in next_demotion_node() function
Dvmscan.c546 if (next_demotion_node(nid) == NUMA_NO_NODE) in can_demote()
1573 int target_nid = next_demotion_node(pgdat->node_id); in demote_folio_list()