/kernel/ |
D | latencytop.c | 90 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()
|
D | printk.c | 259 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()
|
D | resource.c | 296 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()
|
D | params.c | 272 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()
|
D | sysctl.c | 2378 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()
|
D | pm_qos_params.c | 130 return max(v1, v2); in max_compare()
|
D | sched_fair.c | 468 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()
|
D | lockdep.c | 158 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()
|
D | sys.c | 1223 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()
|
D | pid.c | 512 pidhash_shift = max(4, fls(megabytes * 4)); in pidhash_init()
|
D | lockdep_proc.c | 493 seq_time(m, lt->max); in seq_lock_time()
|
D | kprobes.c | 960 rp->maxactive = max(10, 2 * NR_CPUS); in register_kretprobe()
|
D | sched_rt.c | 526 schedstat_set(curr->se.exec_max, max(curr->se.exec_max, delta_exec)); in update_curr_rt()
|
D | sched.c | 2094 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/ |
D | ntp.c | 81 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()
|
D | clocksource.c | 468 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/ |
D | Kconfig | 237 bool "Trace max stack"
|