Searched refs:node_set_state (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | nodemask.h | 432 static __always_inline void node_set_state(int node, enum node_states state) in node_set_state() function 466 node_set_state(nid, N_ONLINE); in node_set_online() 483 static __always_inline void node_set_state(int node, enum node_states state) in node_set_state() function 506 #define node_set_online(node) node_set_state((node), N_ONLINE)
|
| /linux-6.15/arch/mips/loongson64/ |
| H A D | numa.c | 43 node_set_state(num_online_nodes(), N_POSSIBLE); in cpu_node_probe()
|
| /linux-6.15/mm/ |
| H A D | mm_init.c | 324 node_set_state(nid, N_MEMORY); in early_calculate_totalpages() 1758 node_set_state(pgdat->node_id, N_HIGH_MEMORY); in check_for_memory() 1760 node_set_state(pgdat->node_id, N_NORMAL_MEMORY); in check_for_memory() 1918 node_set_state(nid, N_MEMORY); in free_area_init()
|
| H A D | memory_hotplug.c | 720 node_set_state(node, N_NORMAL_MEMORY); in node_states_set_node() 723 node_set_state(node, N_MEMORY); in node_states_set_node()
|
| H A D | vmstat.c | 2159 node_set_state(node, N_CPU); in init_cpu_node_state() 2169 node_set_state(cpu_to_node(cpu), N_CPU); in vmstat_cpu_online()
|
| /linux-6.15/arch/m68k/mm/ |
| H A D | motorola.c | 515 node_set_state(i, N_NORMAL_MEMORY); in paging_init()
|
| /linux-6.15/drivers/acpi/numa/ |
| H A D | srat.c | 544 node_set_state(node, N_GENERIC_INITIATOR); in acpi_parse_gi_affinity()
|