Searched refs:proc_dointvec_minmax (Results 1 – 14 of 14) sorted by relevance
/kernel/ |
D | sysctl.c | 419 .proc_handler = proc_dointvec_minmax, 476 .proc_handler = proc_dointvec_minmax, 487 .proc_handler = proc_dointvec_minmax, 562 .proc_handler = proc_dointvec_minmax, 697 .proc_handler = proc_dointvec_minmax, 716 .proc_handler = proc_dointvec_minmax, 795 .proc_handler = proc_dointvec_minmax, 804 .proc_handler = proc_dointvec_minmax, 831 .proc_handler = proc_dointvec_minmax, 876 .proc_handler = proc_dointvec_minmax, [all …]
|
D | watchdog.c | 693 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_watchdog_common() 696 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_watchdog_common() 747 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_watchdog_thresh()
|
D | stackleak.c | 31 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in stack_erasing_sysctl()
|
D | ucount.c | 60 .proc_handler = proc_dointvec_minmax, \
|
D | pid_namespace.c | 286 ret = proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos); in pid_ns_ctl_handler()
|
D | kprobes.c | 881 ret = proc_dointvec_minmax(table, write, buffer, length, ppos); in proc_kprobes_optimization_handler()
|
D | fork.c | 2982 ret = proc_dointvec_minmax(&t, write, buffer, lenp, ppos); in sysctl_max_threads()
|
/kernel/sched/ |
D | debug.c | 258 …_entry(&table[2], "busy_factor", &sd->busy_factor, sizeof(int), 0644, proc_dointvec_minmax); in sd_alloc_ctl_domain_table() 259 …ry(&table[3], "imbalance_pct", &sd->imbalance_pct, sizeof(int), 0644, proc_dointvec_minmax); in sd_alloc_ctl_domain_table() 260 …able[4], "cache_nice_tries", &sd->cache_nice_tries, sizeof(int), 0644, proc_dointvec_minmax); in sd_alloc_ctl_domain_table() 261 set_table_entry(&table[5], "flags", &sd->flags, sizeof(int), 0644, proc_dointvec_minmax); in sd_alloc_ctl_domain_table()
|
D | topology.c | 219 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in sched_energy_aware_handler()
|
D | core.c | 2750 err = proc_dointvec_minmax(&t, write, buffer, lenp, ppos); in sysctl_numa_balancing() 2825 err = proc_dointvec_minmax(&t, write, buffer, lenp, ppos); in sysctl_schedstats()
|
D | fair.c | 639 int ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in sched_proc_update_handler()
|
/kernel/events/ |
D | callchain.c | 246 ret = proc_dointvec_minmax(&new_table, write, buffer, lenp, ppos); in perf_event_max_stack_handler()
|
D | core.c | 448 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in perf_proc_update_handler() 465 int ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in perf_cpu_time_max_percent_handler()
|
/kernel/time/ |
D | timer.c | 258 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in timer_migration_handler()
|