Lines Matching defs:max
208 unsigned long *max)
210 if ((!min) || (!max))
217 *max = sysfs_cpufreq_get_one_value(cpu, CPUINFO_MAX_FREQ);
218 if (!*max)
250 policy->max = sysfs_cpufreq_get_one_value(cpu, SCALING_MAX_FREQ);
251 if ((!policy->min) || (!policy->max)) {
601 char max[SYSFS_PATH_MAX];
610 if (policy->max < policy->min)
617 snprintf(max, SYSFS_PATH_MAX, "%lu", policy->max);
620 write_max_first = (old_min && (policy->max < old_min) ? 0 : 1);
624 max, strlen(max));
636 max, strlen(max));