Home
last modified time | relevance | path

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

/include/linux/
Dnodemask.h391 N_POSSIBLE, /* The node could become online at some point */ enumerator
507 #define node_possible_map node_states[N_POSSIBLE]
510 #define num_possible_nodes() num_node_state(N_POSSIBLE)
512 #define node_possible(node) node_state((node), N_POSSIBLE)
514 #define for_each_node(node) for_each_node_state(node, N_POSSIBLE)