Home
last modified time | relevance | path

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

/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-isys.c543 u64 threshold_bytes; in update_watermark_setting() local
607 threshold_bytes = did * isys_pb_datarate_mbs; in update_watermark_setting()
608 iwake_threshold = max_t(u32, 1, threshold_bytes >> shift); in update_watermark_setting()
/linux/mm/
H A Dmemblock.c762 * @threshold_bytes: maximal memory size that can have unassigned node
766 * Check if amount of such memory is below @threshold_bytes.
770 bool __init_memblock memblock_validate_numa_coverage(unsigned long threshold_bytes) in memblock_validate_numa_coverage() argument
782 if ((nr_pages << PAGE_SHIFT) > threshold_bytes) { in memblock_validate_numa_coverage()
/linux/sound/pci/asihpi/
H A Dhpi_internal.h725 u32 threshold_bytes; member