Searched refs:threshold_bytes (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dmemblock.h128 bool memblock_validate_numa_coverage(unsigned long threshold_bytes);
/linux-master/mm/
H A Dmemblock.c741 * @threshold_bytes: maximal number of pages that can have unassigned node
745 * Check if amount of such memory is below @threshold_bytes.
749 bool __init_memblock memblock_validate_numa_coverage(unsigned long threshold_bytes) argument
761 if ((nr_pages << PAGE_SHIFT) >= threshold_bytes) {
/linux-master/sound/pci/asihpi/
H A Dhpi_internal.h725 u32 threshold_bytes; member in union:hpi_stream_msg::__anon4097

Completed in 147 milliseconds