Lines Matching defs:max
199 unsigned long *max)
201 if ((!min) || (!max))
208 *max = sysfs_cpufreq_get_one_value(cpu, CPUINFO_MAX_FREQ);
209 if (!*max)
241 policy->max = sysfs_cpufreq_get_one_value(cpu, SCALING_MAX_FREQ);
242 if ((!policy->min) || (!policy->max)) {
592 char max[SYSFS_PATH_MAX];
601 if (policy->max < policy->min)
608 snprintf(max, SYSFS_PATH_MAX, "%lu", policy->max);
611 write_max_first = (old_min && (policy->max < old_min) ? 0 : 1);
615 max, strlen(max));
627 max, strlen(max));