Searched refs:threshold_bytes (Results 1 – 2 of 2) sorted by relevance
763 * @threshold_bytes: maximal memory size that can have unassigned node767 * Check if amount of such memory is below @threshold_bytes.771 bool __init_memblock memblock_validate_numa_coverage(unsigned long threshold_bytes) in memblock_validate_numa_coverage() 783 if ((nr_pages << PAGE_SHIFT) > threshold_bytes) { in memblock_validate_numa_coverage() 770 memblock_validate_numa_coverage(unsigned long threshold_bytes) memblock_validate_numa_coverage() argument
725 u32 threshold_bytes; member