Home
last modified time | relevance | path

Searched refs:memblock_validate_numa_coverage (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/base/
H A Darch_numa.c212 if (!memblock_validate_numa_coverage(0)) in numa_register_nodes()
/linux/arch/loongarch/kernel/
H A Dnuma.c268 if (!memblock_validate_numa_coverage(SZ_1M)) in init_numa_memory()
/linux/include/linux/
H A Dmemblock.h150 bool memblock_validate_numa_coverage(unsigned long threshold_bytes);
/linux/mm/
H A Dmemblock.c770 bool __init_memblock memblock_validate_numa_coverage(unsigned long threshold_bytes) in memblock_validate_numa_coverage() function