Searched refs:N_POSSIBLE (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dnodemask.h399 N_POSSIBLE, /* The node could become online at some point */ enumerator in enum:node_states
529 #define node_possible_map node_states[N_POSSIBLE]
532 #define num_possible_nodes() num_node_state(N_POSSIBLE)
534 #define node_possible(node) node_state((node), N_POSSIBLE)
536 #define for_each_node(node) for_each_node_state(node, N_POSSIBLE)
/linux-master/arch/mips/loongson64/
H A Dnuma.c45 node_set_state(num_online_nodes(), N_POSSIBLE); local
/linux-master/drivers/base/
H A Dnode.c925 [N_POSSIBLE] = _NODE_ATTR(possible, N_POSSIBLE),
938 &node_state_attr[N_POSSIBLE].attr.attr,
/linux-master/mm/
H A Dmempolicy.c3452 for_each_node_state(nid, N_POSSIBLE) {
H A Dpage_alloc.c194 [N_POSSIBLE] = NODE_MASK_ALL,

Completed in 332 milliseconds