Home
last modified time | relevance | path

Searched refs:threshold_bytes (Results 1 – 2 of 2) sorted by relevance

/linux/mm/
H A Dmemblock.c763 * @threshold_bytes: maximal memory size that can have unassigned node
767 * 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
/linux/sound/pci/asihpi/
H A Dhpi_internal.h725 u32 threshold_bytes; member