Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
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-6.12.1/arch/mips/loongson64/
Dnuma.c43 node_set_state(num_online_nodes(), N_POSSIBLE); in cpu_node_probe()
/linux-6.12.1/drivers/base/
Dnode.c925 [N_POSSIBLE] = _NODE_ATTR(possible, N_POSSIBLE),
938 &node_state_attr[N_POSSIBLE].attr.attr,
/linux-6.12.1/Documentation/mm/
Dphysical_memory.rst161 ``N_POSSIBLE``
180 node_states[N_POSSIBLE]
/linux-6.12.1/kernel/sched/
Dext.c5024 for_each_node_state(node, N_POSSIBLE) { in scx_ops_enable()
5029 for_each_node_state(node, N_POSSIBLE) in scx_ops_enable()
/linux-6.12.1/mm/
Dmempolicy.c3489 for_each_node_state(nid, N_POSSIBLE) { in add_weighted_interleave_group()
Dpage_alloc.c195 [N_POSSIBLE] = NODE_MASK_ALL,