Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnodemask.h451 static __always_inline void node_set_offline(int nid) in node_set_offline() function
488 #define node_set_offline(node) node_clear_state((node), N_ONLINE) macro
/linux/mm/
H A Dmemory_hotplug.c2195 node_set_offline(nid); in try_offline_node()