Searched refs:node_set_state (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A 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)
|
| /OK3568_Linux_fs/kernel/arch/mips/loongson64/ |
| H A D | numa.c | 62 node_set_state(num_online_nodes(), N_POSSIBLE); in cpu_node_probe()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | memory_hotplug.c | 650 node_set_state(node, N_NORMAL_MEMORY); in node_states_set_node() 653 node_set_state(node, N_HIGH_MEMORY); in node_states_set_node() 656 node_set_state(node, N_MEMORY); in node_states_set_node()
|
| H A D | vmstat.c | 1989 node_set_state(node, N_CPU); in init_cpu_node_state() 1996 node_set_state(cpu_to_node(cpu), N_CPU); in vmstat_cpu_online()
|
| H A D | page_alloc.c | 7430 node_set_state(nid, N_MEMORY); in early_calculate_totalpages() 7664 node_set_state(nid, N_HIGH_MEMORY); in check_for_memory() 7666 node_set_state(nid, N_NORMAL_MEMORY); in check_for_memory() 7776 node_set_state(nid, N_MEMORY); in free_area_init()
|
| /OK3568_Linux_fs/kernel/drivers/acpi/numa/ |
| H A D | srat.c | 392 node_set_state(node, N_GENERIC_INITIATOR); in acpi_parse_gi_affinity()
|
| /OK3568_Linux_fs/kernel/arch/m68k/mm/ |
| H A D | motorola.c | 477 node_set_state(i, N_NORMAL_MEMORY); in paging_init()
|