Searched refs:N_ONLINE (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | nodemask.h | 406 N_ONLINE, /* The node is online */ enumerator 450 #define first_online_node first_node(node_states[N_ONLINE]) 454 return next_node(nid, node_states[N_ONLINE]); in next_online_node() 466 node_set_state(nid, N_ONLINE); in node_set_online() 467 nr_online_nodes = num_node_state(N_ONLINE); in node_set_online() 472 node_clear_state(nid, N_ONLINE); in node_set_offline() 473 nr_online_nodes = num_node_state(N_ONLINE); in node_set_offline() 506 #define node_set_online(node) node_set_state((node), N_ONLINE) 534 #define node_online_map node_states[N_ONLINE] 537 #define num_online_nodes() num_node_state(N_ONLINE) [all …]
|
| H A D | numa.h | 69 #define numa_map_to_online_node(node) numa_nearest_node(node, N_ONLINE)
|
| /linux-6.15/Documentation/translations/zh_CN/mm/ |
| H A D | physical_memory.rst | 151 ``N_ONLINE`` 173 node_states[N_ONLINE]
|
| /linux-6.15/drivers/base/ |
| H A D | node.c | 928 [N_ONLINE] = _NODE_ATTR(online, N_ONLINE), 941 &node_state_attr[N_ONLINE].attr.attr,
|
| /linux-6.15/kernel/sched/ |
| H A D | ext_idle.c | 155 nodes_copy(*unvisited, node_states[N_ONLINE]); in pick_idle_cpu_from_online_nodes()
|
| /linux-6.15/Documentation/mm/ |
| H A D | physical_memory.rst | 163 ``N_ONLINE`` 181 node_states[N_ONLINE]
|
| /linux-6.15/Documentation/admin-guide/kdump/ |
| H A D | vmcoreinfo.rst | 51 An array node_states[N_ONLINE] which represents the set of online nodes
|
| /linux-6.15/mm/ |
| H A D | page_alloc.c | 199 [N_ONLINE] = { { [0] = 1UL } },
|
| H A D | hugetlb.c | 3256 for_each_node_mask_to_alloc(&h->next_nid_to_alloc, nr_nodes, node, &node_states[N_ONLINE]) { in __alloc_bootmem_huge_page()
|