Home
last modified time | relevance | path

Searched refs:node_set_state (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dnodemask.h426 static __always_inline void node_set_state(int node, enum node_states state) in node_set_state() function
460 node_set_state(nid, N_ONLINE); in node_set_online()
477 static __always_inline void node_set_state(int node, enum node_states state) in node_set_state() function
500 #define node_set_online(node) node_set_state((node), N_ONLINE)
/linux/arch/mips/loongson64/
H A Dnuma.c43 node_set_state(num_online_nodes(), N_POSSIBLE); in cpu_node_probe()
/linux/arch/m68k/mm/
H A Dmotorola.c515 node_set_state(i, N_NORMAL_MEMORY);
/linux/mm/
H A Dvmstat.c2149 node_set_state(node, N_CPU); in init_cpu_node_state()
2159 node_set_state(cpu_to_node(cpu), N_CPU); in vmstat_cpu_online()
H A Dmemory_hotplug.c720 node_set_state(node, N_NORMAL_MEMORY); in node_states_set_node()
723 node_set_state(node, N_MEMORY); in node_states_set_node()