Searched refs:N_POSSIBLE (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | nodemask.h | 385 N_POSSIBLE, /* The node could become online at some point */ enumerator 503 #define node_possible_map node_states[N_POSSIBLE] 506 #define num_possible_nodes() num_node_state(N_POSSIBLE) 508 #define node_possible(node) node_state((node), N_POSSIBLE) 510 #define for_each_node(node) for_each_node_state(node, N_POSSIBLE)
|
| /linux/Documentation/translations/zh_CN/mm/ |
| H A D | physical_memory.rst | 148 ``N_POSSIBLE`` 172 node_states[N_POSSIBLE]
|
| /linux/arch/mips/loongson64/ |
| H A D | numa.c | 43 node_set_state(num_online_nodes(), N_POSSIBLE); in cpu_node_probe()
|
| /linux/drivers/base/ |
| H A D | node.c | 955 [N_POSSIBLE] = _NODE_ATTR(possible, N_POSSIBLE), 968 &node_state_attr[N_POSSIBLE].attr.attr,
|
| /linux/Documentation/mm/ |
| H A D | physical_memory.rst | 161 ``N_POSSIBLE`` 182 node_states[N_POSSIBLE]
|
| /linux/kernel/sched/ |
| H A D | ext.c | 3756 for_each_node_state(node, N_POSSIBLE) in scx_sched_free_rcu_work() 4942 for_each_node_state(node, N_POSSIBLE) { in scx_alloc_and_add_sched() 4987 for_each_node_state(node, N_POSSIBLE) in scx_alloc_and_add_sched()
|
| /linux/mm/ |
| H A D | page_alloc.c | 225 [N_POSSIBLE] = NODE_MASK_ALL,
|