Searched refs:target_max (Results 1 – 4 of 4) sorted by relevance
622 int target_max = NX_MAX(0, fifo_free_bytes(used_out, fifo_out_len) in decompress_file() local625 NXPRT(fprintf(stderr, "target_max %d (0x%x)\n", target_max, in decompress_file()626 target_max)); in decompress_file()628 first_free = NX_MIN(target_max, first_free); in decompress_file()635 last_free = NX_MIN(target_max - first_free, last_free); in decompress_file()660 source_sz_estimate = ((uint64_t)target_max * last_comp_ratio * 3UL) in decompress_file()668 target_sz_estimate = target_max; in decompress_file()676 target_max); in decompress_file()751 assert(target_max >= tpbc); in decompress_file()781 assert(target_max >= tpbc); in decompress_file()
137 u32 target_max; /* min_th + 0.6*(max_th - min_th) */ member258 p->target_max = qth_min + 3*delta; in red_set_parms()456 if (qavg > p->target_max && p->max_P <= MAX_P_MAX) in red_adaptative_algo()
795 u64 target_sum = 0, target_min = SCX_CPUPERF_ONE, target_max = 0; in monitor_cpuperf() local834 target_max = cur > target_max ? cur : target_max; in monitor_cpuperf()843 cpuperf_target_max = target_max; in monitor_cpuperf()
616 int target_max = target + CLK_TOLERANCE_HZ; in sti_hda_connector_mode_valid() local631 if ((result < target_min) || (result > target_max)) { in sti_hda_connector_mode_valid()