Searched refs:node_set_state (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/include/linux/ |
D | nodemask.h | 418 static inline void node_set_state(int node, enum node_states state) in node_set_state() function 452 node_set_state(nid, N_ONLINE); in node_set_online() 469 static inline void node_set_state(int node, enum node_states state) in node_set_state() function 491 #define node_set_online(node) node_set_state((node), N_ONLINE)
|
/Linux-v5.4/arch/alpha/mm/ |
D | numa.c | 228 node_set_state(nid, N_NORMAL_MEMORY); in paging_init()
|
/Linux-v5.4/arch/mips/loongson64/loongson-3/ |
D | numa.c | 59 node_set_state(num_online_nodes(), N_POSSIBLE); in cpu_node_probe()
|
/Linux-v5.4/arch/m68k/mm/ |
D | motorola.c | 304 node_set_state(i, N_NORMAL_MEMORY); in paging_init()
|
/Linux-v5.4/mm/ |
D | memory_hotplug.c | 661 node_set_state(node, N_NORMAL_MEMORY); in node_states_set_node() 664 node_set_state(node, N_HIGH_MEMORY); in node_states_set_node() 667 node_set_state(node, N_MEMORY); in node_states_set_node()
|
D | vmstat.c | 1929 node_set_state(node, N_CPU); in init_cpu_node_state() 1936 node_set_state(cpu_to_node(cpu), N_CPU); in vmstat_cpu_online()
|
D | page_alloc.c | 7086 node_set_state(nid, N_MEMORY); in early_calculate_totalpages() 7313 node_set_state(nid, N_HIGH_MEMORY); in check_for_memory() 7315 node_set_state(nid, N_NORMAL_MEMORY); in check_for_memory() 7411 node_set_state(nid, N_MEMORY); in free_area_init_nodes()
|