Searched refs:threshold_bytes (Results 1 – 3 of 3) sorted by relevance
543 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()
762 * @threshold_bytes: maximal memory size that can have unassigned node766 * 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()
725 u32 threshold_bytes; member