Home
last modified time | relevance | path

Searched refs:node_clear_state (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dnodemask.h431 static inline void node_clear_state(int node, enum node_states state) in node_clear_state() function
466 node_clear_state(nid, N_ONLINE); in node_set_offline()
481 static inline void node_clear_state(int node, enum node_states state) in node_clear_state() function
501 #define node_set_offline(node) node_clear_state((node), N_ONLINE)
/openbmc/linux/arch/x86/mm/
H A Dinit_64.c824 node_clear_state(0, N_MEMORY); in paging_init()
825 node_clear_state(0, N_NORMAL_MEMORY); in paging_init()
/openbmc/linux/mm/
H A Dmemory_hotplug.c1853 node_clear_state(node, N_NORMAL_MEMORY); in node_states_clear_node()
1856 node_clear_state(node, N_MEMORY); in node_states_clear_node()
H A Dvmstat.c2104 node_clear_state(node, N_CPU); in vmstat_cpu_dead()