Searched refs:target_max (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/powerpc/nx-gzip/ |
| H A D | gunz_test.c | 622 int target_max = NX_MAX(0, fifo_free_bytes(used_out, fifo_out_len) in decompress_file() local 625 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()
|
| /linux/include/net/ |
| H A D | red.h | 137 u32 target_max; /* min_th + 0.6*(max_th - min_th) */ member 258 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()
|
| /linux/tools/sched_ext/ |
| H A D | scx_qmap.bpf.c | 748 u64 target_sum = 0, target_min = SCX_CPUPERF_ONE, target_max = 0; in monitor_cpuperf() local 787 target_max = cur > target_max ? cur : target_max; in monitor_cpuperf() 796 cpuperf_target_max = target_max; in monitor_cpuperf()
|
| /linux/drivers/regulator/ |
| H A D | core.c | 1227 int target_min, target_max; in machine_constraints_voltage() local 1255 target_max = current_uV; in machine_constraints_voltage() 1259 target_max = rdev->constraints->min_uV; in machine_constraints_voltage() 1264 target_max = rdev->constraints->max_uV; in machine_constraints_voltage() 1267 if (target_min != current_uV || target_max != current_uV) { in machine_constraints_voltage() 1269 current_uV, target_min, target_max); in machine_constraints_voltage() 1271 rdev, target_min, target_max); in machine_constraints_voltage() 1275 target_min, target_max, ERR_PTR(ret)); in machine_constraints_voltage()
|
| /linux/drivers/mmc/host/ |
| H A D | sdhci-of-dwcmshc.c | 1117 int win_length, target_min, target_max, target_win_length; in cv18xx_sdhci_execute_tuning() local 1149 target_max = max; in cv18xx_sdhci_execute_tuning() 1159 avg = (target_min + target_max) / 2; in cv18xx_sdhci_execute_tuning()
|