Searched refs:target_max (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/net/
H A Dred.h137 u32 target_max; /* min_th + 0.6*(max_th - min_th) */ member in struct:red_parms
258 p->target_max = qth_min + 3*delta;
456 if (qavg > p->target_max && p->max_P <= MAX_P_MAX)
/linux-master/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c622 int target_max = NX_MAX(0, fifo_free_bytes(used_out, fifo_out_len) local
625 NXPRT(fprintf(stderr, "target_max %d (0x%x)\n", target_max,
626 target_max));
628 first_free = NX_MIN(target_max, first_free);
635 last_free = NX_MIN(target_max - first_free, last_free);
654 * target_max size target buffer. If we overshoot, then NX
660 source_sz_estimate = ((uint64_t)target_max * last_comp_ratio * 3UL)
668 target_sz_estimate = target_max;
676 target_max);
[all...]
/linux-master/drivers/gpu/drm/sti/
H A Dsti_hda.c610 int target_max = target + CLK_TOLERANCE_HZ; local
625 if ((result < target_min) || (result > target_max)) {
H A Dsti_dvo.c355 int target_max = target + CLK_TOLERANCE_HZ; local
366 if ((result < target_min) || (result > target_max)) {
H A Dsti_hdmi.c1014 int target_max = target + CLK_TOLERANCE_HZ; local
1026 if ((result < target_min) || (result > target_max)) {
/linux-master/drivers/mmc/host/
H A Dsdhci-esdhc-imx.c1164 int win_length, target_min, target_max, target_win_length; local
1194 target_max = max;
1202 avg = (target_min + target_max) / 2;
/linux-master/drivers/regulator/
H A Dcore.c1250 int target_min, target_max; local
1278 target_max = current_uV;
1282 target_max = rdev->constraints->min_uV;
1287 target_max = rdev->constraints->max_uV;
1290 if (target_min != current_uV || target_max != current_uV) {
1292 current_uV, target_min, target_max);
1294 rdev, target_min, target_max);
1298 target_min, target_max, ERR_PTR(ret));
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_backlight.c32 * @target_max: corresponding target value for @source_max
35 * [@target_min..@target_max].
39 u32 target_min, u32 target_max)
44 WARN_ON(target_min > target_max);
51 target_max - target_min);
37 scale(u32 source_val, u32 source_min, u32 source_max, u32 target_min, u32 target_max) argument
/linux-master/fs/ntfs3/
H A Dinode.c1844 int target_len, int target_max)
1914 if (target_max <= tl_len) {
1916 translated, target_max, tl_len);
1842 ntfs_translate_junction(const struct super_block *sb, const struct dentry *link_de, char *target, int target_len, int target_max) argument
/linux-master/drivers/gpu/drm/stm/
H A Dltdc.c838 int target_max = target + CLK_TOLERANCE_HZ; local
864 if (result < target_min || result > target_max)

Completed in 197 milliseconds