Searched refs:node_clear_state (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/linux/ |
D | nodemask.h | 408 static inline void node_clear_state(int node, enum node_states state) in node_clear_state() function 443 node_clear_state(nid, N_ONLINE); in node_set_offline() 458 static inline void node_clear_state(int node, enum node_states state) in node_clear_state() function 477 #define node_set_offline(node) node_clear_state((node), N_ONLINE)
|
/linux-4.4.14/mm/ |
D | memory_hotplug.c | 1703 node_clear_state(node, N_NORMAL_MEMORY); in node_states_clear_node() 1707 node_clear_state(node, N_HIGH_MEMORY); in node_states_clear_node() 1711 node_clear_state(node, N_MEMORY); in node_states_clear_node()
|
D | vmstat.c | 1500 node_clear_state(node, N_CPU); in vmstat_cpu_dead()
|
/linux-4.4.14/arch/x86/mm/ |
D | init_64.c | 660 node_clear_state(0, N_MEMORY); in paging_init() 662 node_clear_state(0, N_NORMAL_MEMORY); in paging_init()
|