Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A 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)
/OK3568_Linux_fs/kernel/arch/mips/loongson64/
H A Dnuma.c62 node_set_state(num_online_nodes(), N_POSSIBLE); in cpu_node_probe()
/OK3568_Linux_fs/kernel/mm/
H A Dmemory_hotplug.c650 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 Dvmstat.c1989 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 Dpage_alloc.c7430 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 Dsrat.c392 node_set_state(node, N_GENERIC_INITIATOR); in acpi_parse_gi_affinity()
/OK3568_Linux_fs/kernel/arch/m68k/mm/
H A Dmotorola.c477 node_set_state(i, N_NORMAL_MEMORY); in paging_init()