Home
last modified time | relevance | path

Searched refs:NUMA_NO_NODE (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/linux-5.19.10/drivers/acpi/numa/
Dsrat.c25 = { [0 ... MAX_PXM_DOMAINS - 1] = NUMA_NO_NODE };
40 return NUMA_NO_NODE; in pxm_to_node()
54 if (pxm_to_node_map[pxm] == NUMA_NO_NODE || node < pxm_to_node_map[pxm]) in __acpi_map_pxm_to_node()
65 return NUMA_NO_NODE; in acpi_map_pxm_to_node()
69 if (node == NUMA_NO_NODE) { in acpi_map_pxm_to_node()
71 return NUMA_NO_NODE; in acpi_map_pxm_to_node()
222 if (from_node == NUMA_NO_NODE) in acpi_numa_slit_init()
228 if (to_node == NUMA_NO_NODE) in acpi_numa_slit_init()
267 if (node == NUMA_NO_NODE) { in acpi_numa_memory_affinity_init()
315 if (node != NUMA_NO_NODE) in acpi_parse_cfmws()
[all …]
/linux-5.19.10/tools/testing/memblock/tests/
Dalloc_nid_api.c35 min_addr, max_addr, NUMA_NO_NODE); in alloc_try_nid_top_down_simple_check()
87 min_addr, max_addr, NUMA_NO_NODE); in alloc_try_nid_top_down_end_misaligned_check()
136 min_addr, max_addr, NUMA_NO_NODE); in alloc_try_nid_exact_address_generic_check()
186 min_addr, max_addr, NUMA_NO_NODE); in alloc_try_nid_top_down_narrow_range_check()
235 min_addr, max_addr, NUMA_NO_NODE); in alloc_try_nid_low_max_generic_check()
278 min_addr, max_addr, NUMA_NO_NODE); in alloc_try_nid_min_reserved_generic_check()
327 min_addr, max_addr, NUMA_NO_NODE); in alloc_try_nid_max_reserved_generic_check()
389 min_addr, max_addr, NUMA_NO_NODE); in alloc_try_nid_top_down_reserved_with_space_check()
451 min_addr, max_addr, NUMA_NO_NODE); in alloc_try_nid_reserved_full_merge_generic_check()
514 min_addr, max_addr, NUMA_NO_NODE); in alloc_try_nid_top_down_reserved_no_space_check()
[all …]
/linux-5.19.10/arch/x86/mm/
Dnuma.c54 [0 ... MAX_LOCAL_APIC-1] = NUMA_NO_NODE
63 return NUMA_NO_NODE; in numa_cpu_node()
72 DEFINE_EARLY_PER_CPU(int, x86_cpu_to_node_map, NUMA_NO_NODE);
99 numa_set_node(cpu, NUMA_NO_NODE); in numa_clear_node()
326 mi->blk[i].nid = NUMA_NO_NODE; in numa_cleanup_meminfo()
342 mi->blk[i].nid != NUMA_NO_NODE) in numa_nodemask_from_meminfo()
632 if (early_cpu_to_node(i) != NUMA_NO_NODE) in numa_init_array()
645 set_apicid_to_node(i, NUMA_NO_NODE); in numa_init()
686 if (nid == NUMA_NO_NODE) in numa_init()
796 if (node == NUMA_NO_NODE) in init_cpu_to_node()
[all …]
Dnuma_emulation.c63 if (emu_nid_to_phys[nid] == NUMA_NO_NODE) in emu_setup_memblk()
332 *dfl_phys_nid = NUMA_NO_NODE; in setup_emu2phys_nid()
334 if (emu_nid_to_phys[i] != NUMA_NO_NODE) { in setup_emu2phys_nid()
336 if (*dfl_phys_nid == NUMA_NO_NODE) in setup_emu2phys_nid()
388 emu_nid_to_phys[i] = NUMA_NO_NODE; in numa_emulation()
477 ei.blk[i].nid != NUMA_NO_NODE) in numa_emulation()
486 if (__apicid_to_node[i] == NUMA_NO_NODE) in numa_emulation()
496 if (emu_nid_to_phys[i] == NUMA_NO_NODE) in numa_emulation()
535 BUG_ON(nid == NUMA_NO_NODE || !node_online(nid)); in numa_add_cpu()
561 if (nid == NUMA_NO_NODE) { in numa_set_cpumask()
/linux-5.19.10/arch/powerpc/mm/
Dnuma.c65 static int numa_id_index_table[MAX_NUMNODES] = { [0 ... MAX_NUMNODES - 1] = NUMA_NO_NODE };
178 return NUMA_NO_NODE; in __associativity_to_nid()
184 nid = NUMA_NO_NODE; in __associativity_to_nid()
274 int nid = NUMA_NO_NODE; in of_node_to_nid_single()
286 int nid = NUMA_NO_NODE; in of_node_to_nid()
311 if (nid != NUMA_NO_NODE) { in __initialize_form1_numa_distance()
359 if (nid == NUMA_NO_NODE) in update_numa_distance()
586 int default_nid = NUMA_NO_NODE; in get_nid_and_numa_distance()
622 int default_nid = NUMA_NO_NODE; in of_drconf_to_nid_single()
681 return NUMA_NO_NODE; in vphn_get_nid()
[all …]
/linux-5.19.10/include/linux/
Dmemblock.h154 __next_mem_range(idx, NUMA_NO_NODE, MEMBLOCK_NONE, &physmem, type, in __next_physmem_range()
219 __for_each_mem_range(i, &memblock.memory, NULL, NUMA_NO_NODE, \
231 __for_each_mem_range_rev(i, &memblock.memory, NULL, NUMA_NO_NODE, \
245 __for_each_mem_range(i, &memblock.reserved, NULL, NUMA_NO_NODE, \
427 MEMBLOCK_ALLOC_ACCESSIBLE, NUMA_NO_NODE); in memblock_alloc()
435 NUMA_NO_NODE); in memblock_alloc_raw()
443 MEMBLOCK_ALLOC_ACCESSIBLE, NUMA_NO_NODE); in memblock_alloc_from()
450 ARCH_LOW_ADDRESS_LIMIT, NUMA_NO_NODE); in memblock_alloc_low()
Dnuma.h14 #define NUMA_NO_NODE (-1) macro
49 return NUMA_NO_NODE; in numa_map_to_online_node()
Dasync.h54 return async_schedule_node(func, data, NUMA_NO_NODE); in async_schedule()
72 return async_schedule_node_domain(func, data, NUMA_NO_NODE, domain); in async_schedule_domain()
/linux-5.19.10/arch/ia64/mm/
Dnuma.c30 { [0 ... NR_CPUS-1] = { .phys_id = 0, .nid = NUMA_NO_NODE } };
62 unmap_cpu_from_node(cpu, NUMA_NO_NODE); in numa_clear_node()
/linux-5.19.10/drivers/base/
Darch_numa.c21 static int cpu_to_node_map[NR_CPUS] = { [0 ... NR_CPUS-1] = NUMA_NO_NODE };
49 if (node == NUMA_NO_NODE) in cpumask_of_node()
68 if (nid == NUMA_NO_NODE) in numa_update_cpu()
90 set_cpu_numa_node(cpu, NUMA_NO_NODE); in numa_clear_node()
354 if (mblk_nid == NUMA_NO_NODE || mblk_nid >= MAX_NUMNODES) { in numa_register_nodes()
/linux-5.19.10/arch/x86/kernel/cpu/
Dhygon.c39 if (node != NUMA_NO_NODE && node_online(node)) in nearby_node()
44 if (node != NUMA_NO_NODE && node_online(node)) in nearby_node()
133 if (node == NUMA_NO_NODE) in srat_detect_node()
165 if (__apicid_to_node[ht_nodeid] != NUMA_NO_NODE) in srat_detect_node()
/linux-5.19.10/arch/arm64/kernel/
Dacpi_numa.c30 static int acpi_early_node_map[NR_CPUS] __initdata = { NUMA_NO_NODE };
112 if (node == NUMA_NO_NODE || node >= MAX_NUMNODES) { in acpi_numa_gicc_affinity_init()
/linux-5.19.10/arch/x86/pci/
Dacpi.c337 if (node == NUMA_NO_NODE) { in pci_acpi_root_get_node()
339 if (node != 0 && node != NUMA_NO_NODE) in pci_acpi_root_get_node()
343 if (node != NUMA_NO_NODE && !node_online(node)) in pci_acpi_root_get_node()
344 node = NUMA_NO_NODE; in pci_acpi_root_get_node()
/linux-5.19.10/drivers/base/test/
Dtest_async_driver_probe.c89 if (nid != NUMA_NO_NODE) in test_platform_device_register_node()
180 NUMA_NO_NODE); in test_async_probe_init()
213 NUMA_NO_NODE); in test_async_probe_init()
/linux-5.19.10/mm/
Dslob.c196 if (node != NUMA_NO_NODE) in slob_new_pages()
327 if (node != NUMA_NO_NODE && slab_nid(sp) != node) in slob_alloc()
529 return __do_kmalloc_node(size, gfp, NUMA_NO_NODE, _RET_IP_); in __kmalloc()
535 return __do_kmalloc_node(size, gfp, NUMA_NO_NODE, caller); in __kmalloc_track_caller()
640 return slob_alloc_node(cachep, flags, NUMA_NO_NODE); in kmem_cache_alloc()
647 return slob_alloc_node(cachep, flags, NUMA_NO_NODE); in kmem_cache_alloc_lru()
Dmigrate.c1551 if (nid == NUMA_NO_NODE) in alloc_migration_target()
1717 int current_node = NUMA_NO_NODE; in do_pages_move()
1746 if (current_node == NUMA_NO_NODE) { in do_pages_move()
1789 current_node = NUMA_NO_NODE; in do_pages_move()
2222 return NUMA_NO_NODE; in next_demotion_node()
2240 target = NUMA_NO_NODE; in next_demotion_node()
2280 node_demotion[node].nodes[i] = NUMA_NO_NODE; in __disable_all_migrate_targets()
2315 return NUMA_NO_NODE; in establish_migrate_target()
2320 if (migration_target == NUMA_NO_NODE) in establish_migrate_target()
2321 return NUMA_NO_NODE; in establish_migrate_target()
[all …]
/linux-5.19.10/crypto/
Dinternal.h92 return crypto_create_tfm_node(alg, frontend, NUMA_NO_NODE); in crypto_create_tfm()
106 return crypto_alloc_tfm_node(alg_name, frontend, type, mask, NUMA_NO_NODE); in crypto_alloc_tfm()
/linux-5.19.10/lib/
Dcpumask.c146 return alloc_cpumask_var_node(mask, flags, NUMA_NO_NODE); in alloc_cpumask_var()
213 if (node == NUMA_NO_NODE) { in cpumask_local_spread()
Dnodemask.c23 int w, bit = NUMA_NO_NODE; in node_random()
/linux-5.19.10/arch/powerpc/platforms/pseries/
Dhotplug-cpu.c171 if (assigned_node != NUMA_NO_NODE) { in find_cpu_id_range()
234 BUG_ON(node == NUMA_NO_NODE); in pseries_add_processor()
244 node = NUMA_NO_NODE; in pseries_add_processor()
245 rc = find_cpu_id_range(nthreads, NUMA_NO_NODE, &cpu_mask); in pseries_add_processor()
268 if (node == NUMA_NO_NODE) { in pseries_add_processor()
/linux-5.19.10/tools/include/linux/
Dnuma.h14 #define NUMA_NO_NODE (-1) macro
/linux-5.19.10/mm/kasan/
Dinit.c130 p = early_alloc(PAGE_SIZE, NUMA_NO_NODE); in zero_pmd_populate()
170 early_alloc(PAGE_SIZE, NUMA_NO_NODE)); in zero_pud_populate()
211 early_alloc(PAGE_SIZE, NUMA_NO_NODE)); in zero_p4d_populate()
273 early_alloc(PAGE_SIZE, NUMA_NO_NODE)); in kasan_populate_early_shadow()
/linux-5.19.10/arch/loongarch/kernel/
Dnuma.c45 [0 ... CONFIG_NR_CPUS - 1] = NUMA_NO_NODE
155 return NUMA_NO_NODE; in early_cpu_to_node()
398 set_cpuid_to_node(i, NUMA_NO_NODE); in init_numa_memory()
/linux-5.19.10/arch/powerpc/kernel/
Dpaca.c39 nid = NUMA_NO_NODE; in alloc_paca_data()
81 limit, NUMA_NO_NODE); in alloc_shared_lppaca()
/linux-5.19.10/include/asm-generic/
Dnuma.h26 if (node == NUMA_NO_NODE) in cpumask_of_node()

12345678910>>...12