Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dnodemask.h424 static inline void node_clear_state(int node, enum node_states state) in node_clear_state() function
459 node_clear_state(nid, N_ONLINE); in node_set_offline()
474 static inline void node_clear_state(int node, enum node_states state) in node_clear_state() function
493 #define node_set_offline(node) node_clear_state((node), N_ONLINE)
/Linux-v5.10/mm/
Dmemory_hotplug.c1434 node_clear_state(node, N_NORMAL_MEMORY); in node_states_clear_node()
1437 node_clear_state(node, N_HIGH_MEMORY); in node_states_clear_node()
1440 node_clear_state(node, N_MEMORY); in node_states_clear_node()
Dvmstat.c2014 node_clear_state(node, N_CPU); in vmstat_cpu_dead()
/Linux-v5.10/arch/x86/mm/
Dinit_64.c823 node_clear_state(0, N_MEMORY); in paging_init()
824 node_clear_state(0, N_NORMAL_MEMORY); in paging_init()