Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnodemask.h450 static inline unsigned int next_memory_node(int nid) in next_memory_node() function
496 #define next_memory_node(nid) (MAX_NUMNODES) macro
/openbmc/linux/mm/
H A Dvmscan.c5879 nid = next_memory_node(nid); in lru_gen_seq_next()