Searched refs:min (Results 1 – 3 of 3) sorted by relevance
/init/ |
D | calibrate.c | 45 int min = -1; in calibrate_delay_direct() local 110 if (min < 0 || timer_rate_max < measured_times[min]) in calibrate_delay_direct() 111 min = i; in calibrate_delay_direct() 130 if ((measured_times[max] - measured_times[min]) < maxdiff) in calibrate_delay_direct() 137 (estimate - measured_times[min])) { in calibrate_delay_direct() 140 min, measured_times[min]); in calibrate_delay_direct() 141 measured_times[min] = 0; in calibrate_delay_direct() 142 min = max; in calibrate_delay_direct() 148 max = min; in calibrate_delay_direct() 156 if (measured_times[i] < measured_times[min]) in calibrate_delay_direct() [all …]
|
D | do_mounts.c | 251 unsigned maj, min, offset; in name_to_dev_t() local 254 if ((sscanf(name, "%u:%u%c", &maj, &min, &dummy) == 2) || in name_to_dev_t() 255 (sscanf(name, "%u:%u:%u:%c", &maj, &min, &offset, &dummy) == 3)) { in name_to_dev_t() 256 res = MKDEV(maj, min); in name_to_dev_t() 257 if (maj != MAJOR(res) || min != MINOR(res)) in name_to_dev_t()
|
D | Kconfig | 815 With this option, the user can specify the min and max CPU 817 the maximum frequency a task should use while the min utilization 820 Both min and max utilization clamp values are hints to the scheduler, 1021 When this option is enabled, the user can specify a min and max 1024 can use, while the min bandwidth allows to define a minimum
|