Searched refs:node_possible_map (Results 1 – 13 of 13) sorted by relevance
| /linux/arch/s390/kernel/ |
| H A D | numa.c | 21 nodes_clear(node_possible_map); in numa_setup() 22 node_set(0, node_possible_map); in numa_setup()
|
| /linux/arch/mips/sgi-ip27/ |
| H A D | ip27-smp.c | 73 nodes_clear(node_possible_map); in cpu_node_probe() 79 node_set(nasid, node_possible_map); in cpu_node_probe()
|
| /linux/mm/ |
| H A D | numa_memblks.c | 403 node_possible_map = numa_nodes_parsed; in numa_register_meminfo() 404 numa_nodemask_from_meminfo(&node_possible_map, mi); in numa_register_meminfo() 405 if (WARN_ON(nodes_empty(node_possible_map))) in numa_register_meminfo() 452 nodes_clear(node_possible_map); in numa_memblks_init()
|
| H A D | mm_init.c | 1773 highest = find_last_bit(node_possible_map.bits, MAX_NUMNODES); in setup_nr_node_ids()
|
| /linux/drivers/base/ |
| H A D | arch_numa.c | 225 node_possible_map = numa_nodes_parsed; in numa_register_nodes() 235 nodes_clear(node_possible_map); in numa_init()
|
| /linux/arch/mips/loongson64/ |
| H A D | numa.c | 40 nodes_clear(node_possible_map); in cpu_node_probe()
|
| /linux/include/linux/ |
| H A D | cpuset.h | 221 return node_possible_map; in cpuset_mems_allowed()
|
| H A D | nodemask.h | 503 #define node_possible_map node_states[N_POSSIBLE] macro
|
| /linux/arch/loongarch/kernel/ |
| H A D | numa.c | 247 for_each_node_mask(node, node_possible_map) { in init_numa_memory()
|
| /linux/arch/powerpc/mm/ |
| H A D | numa.c | 1145 node_set(i, node_possible_map); in find_possible_nodes() 1182 nodes_and(node_possible_map, node_possible_map, node_online_map); in mem_topology_setup()
|
| /linux/arch/x86/mm/ |
| H A D | numa.c | 134 for_each_node_mask(nid, node_possible_map) { in numa_register_nodes()
|
| /linux/kernel/futex/ |
| H A D | core.c | 444 node = find_next_bit_wrap(node_possible_map.bits, in __futex_hash()
|
| /linux/kernel/cgroup/ |
| H A D | cpuset.c | 3545 top_cpuset.mems_allowed = node_possible_map; in cpuset_bind()
|