down_threshold     26 drivers/cpufreq/cpufreq_conservative.c 	unsigned int down_threshold;
down_threshold    125 drivers/cpufreq/cpufreq_conservative.c 	if (load < cs_tuners->down_threshold) {
down_threshold    171 drivers/cpufreq/cpufreq_conservative.c 	if (ret != 1 || input > 100 || input <= cs_tuners->down_threshold)
down_threshold    192 drivers/cpufreq/cpufreq_conservative.c 	cs_tuners->down_threshold = input;
down_threshold    248 drivers/cpufreq/cpufreq_conservative.c gov_show_one(cs, down_threshold);
down_threshold    255 drivers/cpufreq/cpufreq_conservative.c gov_attr_rw(down_threshold);
down_threshold    262 drivers/cpufreq/cpufreq_conservative.c 	&down_threshold.attr,
down_threshold    291 drivers/cpufreq/cpufreq_conservative.c 	tuners->down_threshold = DEF_FREQUENCY_DOWN_THRESHOLD;
down_threshold    945 drivers/gpu/drm/i915/i915_debugfs.c 			   rps->power.down_threshold);
down_threshold   1769 drivers/gpu/drm/i915/i915_debugfs.c 			   rps->power.down_threshold);
down_threshold    583 drivers/gpu/drm/i915/i915_drv.h 		u8 down_threshold; /* Current %busy required to downclock */
down_threshold   1161 drivers/gpu/drm/i915/i915_irq.c 		else if (c0 < time * rps->power.down_threshold)
down_threshold   6639 drivers/gpu/drm/i915/intel_pm.c 	rps->power.down_threshold = threshold_down;
down_threshold   8359 include/linux/mlx5/mlx5_ifc.h 	u8         down_threshold[0x8];