Home
last modified time | relevance | path

Searched refs:max (Results 1 – 17 of 17) sorted by relevance

/kernel/
Dlatencytop.c90 if (lat->time > latency_record[i].max) in account_global_scheduler_latency()
91 latency_record[i].max = lat->time; in account_global_scheduler_latency()
132 lat.max = usecs; in account_scheduler_latency()
166 if (lat.time > mylat->max) in account_scheduler_latency()
167 mylat->max = lat.time; in account_scheduler_latency()
192 latency_record[i].max); in lstats_show()
Dprintk.c259 int ret, max; in log_buf_copy() local
267 max = log_buf_get_len(); in log_buf_copy()
268 if (idx < 0 || idx >= max) { in log_buf_copy()
271 if (len > max - idx) in log_buf_copy()
272 len = max - idx; in log_buf_copy()
274 idx += (log_end - max); in log_buf_copy()
Dresource.c296 resource_size_t max, resource_size_t align, in find_resource() argument
319 if (new->end > max) in find_resource()
320 new->end = max; in find_resource()
349 resource_size_t max, resource_size_t align, in allocate_resource() argument
357 err = find_resource(root, new, size, min, max, align, alignf, alignf_data); in allocate_resource()
564 common_start = max(conflict->start, start); in __reserve_region_with_split()
Dparams.c272 unsigned int min, unsigned int max, in param_array() argument
296 if (*num == max) { in param_array()
298 name, max); in param_array()
328 return param_array(kp->name, val, 1, arr->max, arr->elem, in param_array_set()
339 for (i = off = 0; i < (arr->num ? *arr->num : arr->max); i++) { in param_array_get()
Dsysctl.c2378 int *max; member
2389 (param->max && *param->max < val)) in do_proc_dointvec_minmax_conv()
2427 .max = (int *) table->extra2, in proc_dointvec_minmax()
2441 unsigned long *i, *min, *max, val; in __do_proc_doulongvec_minmax() local
2455 max = (unsigned long *) table->extra2; in __do_proc_doulongvec_minmax()
2459 for (; left && vleft--; i++, min++, max++, first=0) { in __do_proc_doulongvec_minmax()
2497 if ((min && val < *min) || (max && val > *max)) in __do_proc_doulongvec_minmax()
2909 int *max = (int *) table->extra2; in sysctl_intvec() local
2929 if (max && value > max[i]) in sysctl_intvec()
Dpm_qos_params.c130 return max(v1, v2); in max_compare()
Dsched_fair.c468 schedstat_set(curr->exec_max, max((u64)delta_exec, curr->exec_max)); in __update_curr()
528 schedstat_set(se->wait_max, max(se->wait_max, in update_stats_wait_end()
810 se->slice_max = max(se->slice_max, in set_next_entity()
Dlockdep.c158 if (time > lt->max) in lock_time_inc()
159 lt->max = time; in lock_time_inc()
171 dst->max += src->max; in lock_time_add()
676 count = max(count, class->name_version); in count_matching_names()
Dsys.c1223 int base, max, stride; in groups_sort() local
1231 max = gidsetsize - stride; in groups_sort()
1232 for (base = 0; base < max; base++) { in groups_sort()
Dpid.c512 pidhash_shift = max(4, fls(megabytes * 4)); in pidhash_init()
Dlockdep_proc.c493 seq_time(m, lt->max); in seq_lock_time()
Dkprobes.c960 rp->maxactive = max(10, 2 * NR_CPUS); in register_kretprobe()
Dsched_rt.c526 schedstat_set(curr->se.exec_max, max(curr->se.exec_max, delta_exec)); in update_curr_rt()
Dsched.c2094 return max(rq->cpu_load[type-1], total); in target_load()
4410 p->prev_utime = max(p->prev_utime, clock_t_to_cputime(utime)); in task_utime()
4427 p->prev_stime = max(p->prev_stime, clock_t_to_cputime(stime)); in task_stime()
/kernel/time/
Dntp.c81 offset = max(offset, -MAXPHASE); in ntp_update_offset()
102 time_freq = max(freq_adj, -MAXFREQ_SCALED); in ntp_update_offset()
370 time_freq = max(time_freq, -MAXFREQ_SCALED); in do_adjtimex()
383 time_constant = max(time_constant, 0l); in do_adjtimex()
Dclocksource.c468 max((ssize_t)PAGE_SIZE - count, (ssize_t)0), in sysfs_show_available_clocksources()
474 max((ssize_t)PAGE_SIZE - count, (ssize_t)0), "\n"); in sysfs_show_available_clocksources()
/kernel/trace/
DKconfig237 bool "Trace max stack"