Searched refs:N_POSSIBLE (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | nodemask.h | 405 N_POSSIBLE, /* The node could become online at some point */ enumerator 535 #define node_possible_map node_states[N_POSSIBLE] 538 #define num_possible_nodes() num_node_state(N_POSSIBLE) 540 #define node_possible(node) node_state((node), N_POSSIBLE) 542 #define for_each_node(node) for_each_node_state(node, N_POSSIBLE)
|
| /linux-6.15/Documentation/translations/zh_CN/mm/ |
| H A D | physical_memory.rst | 148 ``N_POSSIBLE`` 172 node_states[N_POSSIBLE]
|
| /linux-6.15/arch/mips/loongson64/ |
| H A D | numa.c | 43 node_set_state(num_online_nodes(), N_POSSIBLE); in cpu_node_probe()
|
| /linux-6.15/drivers/base/ |
| H A D | node.c | 927 [N_POSSIBLE] = _NODE_ATTR(possible, N_POSSIBLE), 940 &node_state_attr[N_POSSIBLE].attr.attr,
|
| /linux-6.15/Documentation/mm/ |
| H A D | physical_memory.rst | 161 ``N_POSSIBLE`` 180 node_states[N_POSSIBLE]
|
| /linux-6.15/kernel/sched/ |
| H A D | ext.c | 5300 for_each_node_state(node, N_POSSIBLE) { in scx_ops_enable() 5305 for_each_node_state(node, N_POSSIBLE) in scx_ops_enable()
|
| /linux-6.15/mm/ |
| H A D | mempolicy.c | 3539 for_each_node_state(nid, N_POSSIBLE) { in add_weighted_interleave_group()
|
| H A D | page_alloc.c | 198 [N_POSSIBLE] = NODE_MASK_ALL,
|