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

/linux-master/include/linux/
H A Dnodemask.h426 static inline void node_set_state(int node, enum node_states state) function
460 node_set_state(nid, N_ONLINE);
477 static inline void node_set_state(int node, enum node_states state) function
500 #define node_set_online(node) node_set_state((node), N_ONLINE)
/linux-master/arch/mips/loongson64/
H A Dnuma.c45 node_set_state(num_online_nodes(), N_POSSIBLE);
/linux-master/arch/m68k/mm/
H A Dmotorola.c509 node_set_state(i, N_NORMAL_MEMORY);
/linux-master/mm/
H A Dmm_init.c308 node_set_state(nid, N_MEMORY);
1746 node_set_state(pgdat->node_id, N_HIGH_MEMORY);
1748 node_set_state(pgdat->node_id, N_NORMAL_MEMORY);
1897 node_set_state(nid, N_MEMORY);
H A Dvmstat.c2076 node_set_state(node, N_CPU);
2085 node_set_state(cpu_to_node(cpu), N_CPU);
H A Dmemory_hotplug.c699 node_set_state(node, N_NORMAL_MEMORY);
702 node_set_state(node, N_MEMORY);
/linux-master/drivers/acpi/numa/
H A Dsrat.c440 node_set_state(node, N_GENERIC_INITIATOR);

Completed in 127 milliseconds