Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnodemask.h399 N_POSSIBLE, /* The node could become online at some point */ enumerator
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/arch/mips/loongson64/
H A Dnuma.c43 node_set_state(num_online_nodes(), N_POSSIBLE); in cpu_node_probe()
/linux/kernel/sched/
H A Dext.c5585 for_each_node_state(node, N_POSSIBLE) { in scx_ops_enable()
5590 for_each_node_state(node, N_POSSIBLE) in scx_ops_enable()
/linux/mm/
H A Dmempolicy.c3508 for_each_node_state(nid, N_POSSIBLE) { in add_weighted_interleave_group()
H A Dpage_alloc.c195 [N_POSSIBLE] = NODE_MASK_ALL,