Home
last modified time | relevance | path

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

/linux/include/linux/ !
H A Dnodemask.h413 static __always_inline void node_set_state(int node, enum node_states state) in node_set_state() function
447 node_set_state(nid, N_ONLINE); in node_set_online()
464 static __always_inline void node_set_state(int node, enum node_states state) in node_set_state() function
487 #define node_set_online(node) node_set_state((node), N_ONLINE)
/linux/arch/mips/loongson64/ !
H A Dnuma.c43 node_set_state(num_online_nodes(), N_POSSIBLE); in cpu_node_probe()
/linux/mm/ !
H A Dmm_init.c325 node_set_state(nid, N_MEMORY); in early_calculate_totalpages()
1761 node_set_state(pgdat->node_id, N_HIGH_MEMORY); in check_for_memory()
1763 node_set_state(pgdat->node_id, N_NORMAL_MEMORY); in check_for_memory()
1921 node_set_state(nid, N_MEMORY); in free_area_init()
H A Dvmstat.c2178 node_set_state(node, N_CPU); in init_cpu_node_state()
2188 node_set_state(cpu_to_node(cpu), N_CPU); in vmstat_cpu_online()
H A Dmemory_hotplug.c1220 node_set_state(nid, N_MEMORY); in online_pages()
/linux/arch/m68k/mm/ !
H A Dmotorola.c518 node_set_state(i, N_NORMAL_MEMORY); in paging_init()