Searched refs:target_max (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/powerpc/nx-gzip/ |
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-6.3-rc2/include/net/ |
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-6.3-rc2/drivers/gpu/drm/sti/ |
A D | sti_dvo.c | 355 int target_max = target + CLK_TOLERANCE_HZ; in sti_dvo_connector_mode_valid() local 366 if ((result < target_min) || (result > target_max)) { in sti_dvo_connector_mode_valid()
|
A D | sti_hda.c | 610 int target_max = target + CLK_TOLERANCE_HZ; in sti_hda_connector_mode_valid() local 625 if ((result < target_min) || (result > target_max)) { in sti_hda_connector_mode_valid()
|
A D | sti_hdmi.c | 1013 int target_max = target + CLK_TOLERANCE_HZ; in sti_hdmi_connector_mode_valid() local 1025 if ((result < target_min) || (result > target_max)) { in sti_hdmi_connector_mode_valid()
|
/linux-6.3-rc2/drivers/regulator/ |
A D | core.c | 1182 int target_min, target_max; in machine_constraints_voltage() local 1210 target_max = current_uV; in machine_constraints_voltage() 1214 target_max = rdev->constraints->min_uV; in machine_constraints_voltage() 1219 target_max = rdev->constraints->max_uV; in machine_constraints_voltage() 1222 if (target_min != current_uV || target_max != current_uV) { in machine_constraints_voltage() 1224 current_uV, target_min, target_max); in machine_constraints_voltage() 1226 rdev, target_min, target_max); in machine_constraints_voltage() 1230 target_min, target_max, ERR_PTR(ret)); in machine_constraints_voltage()
|
/linux-6.3-rc2/fs/ntfs3/ |
A D | inode.c | 1792 int target_len, int target_max) in ntfs_translate_junction() argument 1862 if (target_max <= tl_len) { in ntfs_translate_junction() 1864 translated, target_max, tl_len); in ntfs_translate_junction()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_backlight.c | 39 u32 target_min, u32 target_max) in scale() argument 44 WARN_ON(target_min > target_max); in scale() 51 target_max - target_min); in scale()
|
/linux-6.3-rc2/drivers/gpu/drm/stm/ |
A D | ltdc.c | 839 int target_max = target + CLK_TOLERANCE_HZ; in ltdc_crtc_mode_valid() local 865 if (result < target_min || result > target_max) in ltdc_crtc_mode_valid()
|
Completed in 31 milliseconds