Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/include/linux/
H A Dmemblock.h128 bool memblock_validate_numa_coverage(unsigned long threshold_bytes);
/linux-6.15/mm/
H A Dmemblock.c754 bool __init_memblock memblock_validate_numa_coverage(unsigned long threshold_bytes) in memblock_validate_numa_coverage() argument
766 if ((nr_pages << PAGE_SHIFT) > threshold_bytes) { in memblock_validate_numa_coverage()
/linux-6.15/sound/pci/asihpi/
H A Dhpi_internal.h725 u32 threshold_bytes; member