Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dnodemask.h419 static inline void node_set_state(int node, enum node_states state) in node_set_state() function
453 node_set_state(nid, N_ONLINE); in node_set_online()
470 static inline void node_set_state(int node, enum node_states state) in node_set_state() function
492 #define node_set_online(node) node_set_state((node), N_ONLINE)
/Linux-v5.10/arch/mips/loongson64/
Dnuma.c62 node_set_state(num_online_nodes(), N_POSSIBLE); in cpu_node_probe()
/Linux-v5.10/drivers/acpi/numa/
Dsrat.c392 node_set_state(node, N_GENERIC_INITIATOR); in acpi_parse_gi_affinity()
/Linux-v5.10/mm/
Dmemory_hotplug.c651 node_set_state(node, N_NORMAL_MEMORY); in node_states_set_node()
654 node_set_state(node, N_HIGH_MEMORY); in node_states_set_node()
657 node_set_state(node, N_MEMORY); in node_states_set_node()
Dvmstat.c1985 node_set_state(node, N_CPU); in init_cpu_node_state()
1992 node_set_state(cpu_to_node(cpu), N_CPU); in vmstat_cpu_online()
Dpage_alloc.c7170 node_set_state(nid, N_MEMORY); in early_calculate_totalpages()
7397 node_set_state(nid, N_HIGH_MEMORY); in check_for_memory()
7399 node_set_state(nid, N_NORMAL_MEMORY); in check_for_memory()
7510 node_set_state(nid, N_MEMORY); in free_area_init()
/Linux-v5.10/arch/m68k/mm/
Dmotorola.c477 node_set_state(i, N_NORMAL_MEMORY); in paging_init()