Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dnodemask.h418 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-v4.19/arch/m68k/mm/
Dmotorola.c293 node_set_state(i, N_NORMAL_MEMORY); in paging_init()
/Linux-v4.19/arch/mips/loongson64/loongson-3/
Dnuma.c64 node_set_state(num_online_nodes(), N_POSSIBLE); in cpu_node_probe()
/Linux-v4.19/arch/alpha/mm/
Dnuma.c316 node_set_state(nid, N_NORMAL_MEMORY); in paging_init()
/Linux-v4.19/mm/
Dmemory_hotplug.c751 node_set_state(node, N_NORMAL_MEMORY); in node_states_set_node()
754 node_set_state(node, N_HIGH_MEMORY); in node_states_set_node()
756 node_set_state(node, N_MEMORY); in node_states_set_node()
Dvmstat.c1913 node_set_state(node, N_CPU); in init_cpu_node_state()
1920 node_set_state(cpu_to_node(cpu), N_CPU); in vmstat_cpu_online()
Dpage_alloc.c6583 node_set_state(nid, N_MEMORY); in early_calculate_totalpages()
6812 node_set_state(nid, N_HIGH_MEMORY); in check_for_memory()
6815 node_set_state(nid, N_NORMAL_MEMORY); in check_for_memory()
6905 node_set_state(nid, N_MEMORY); in free_area_init_nodes()
/Linux-v4.19/arch/parisc/mm/
Dinit.c296 node_set_state(i, N_NORMAL_MEMORY); in setup_bootmem()