Searched refs:node_set_state (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | nodemask.h | 426 static 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 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-6.3-rc2/arch/mips/loongson64/ |
A D | numa.c | 45 node_set_state(num_online_nodes(), N_POSSIBLE); in cpu_node_probe()
|
/linux-6.3-rc2/drivers/acpi/numa/ |
A D | srat.c | 433 node_set_state(node, N_GENERIC_INITIATOR); in acpi_parse_gi_affinity()
|
/linux-6.3-rc2/arch/m68k/mm/ |
A D | motorola.c | 509 node_set_state(i, N_NORMAL_MEMORY); in paging_init()
|
/linux-6.3-rc2/mm/ |
A D | vmstat.c | 2048 node_set_state(node, N_CPU); in init_cpu_node_state() 2057 node_set_state(cpu_to_node(cpu), N_CPU); in vmstat_cpu_online()
|
A D | memory_hotplug.c | 636 node_set_state(node, N_NORMAL_MEMORY); in node_states_set_node() 639 node_set_state(node, N_MEMORY); in node_states_set_node()
|
A D | page_alloc.c | 8063 node_set_state(nid, N_MEMORY); in early_calculate_totalpages() 8297 node_set_state(nid, N_HIGH_MEMORY); in check_for_memory() 8299 node_set_state(nid, N_NORMAL_MEMORY); in check_for_memory() 8435 node_set_state(nid, N_MEMORY); in free_area_init()
|
Completed in 31 milliseconds