Home
last modified time | relevance | path

Searched refs:proc_dointvec_minmax (Results 1 – 14 of 14) sorted by relevance

/kernel/
Dsysctl.c419 .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 …]
Dwatchdog.c693 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()
Dstackleak.c31 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in stack_erasing_sysctl()
Ducount.c60 .proc_handler = proc_dointvec_minmax, \
Dpid_namespace.c286 ret = proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos); in pid_ns_ctl_handler()
Dkprobes.c881 ret = proc_dointvec_minmax(table, write, buffer, length, ppos); in proc_kprobes_optimization_handler()
Dfork.c2982 ret = proc_dointvec_minmax(&t, write, buffer, lenp, ppos); in sysctl_max_threads()
/kernel/sched/
Ddebug.c258 …_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()
Dtopology.c219 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in sched_energy_aware_handler()
Dcore.c2750 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()
Dfair.c639 int ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in sched_proc_update_handler()
/kernel/events/
Dcallchain.c246 ret = proc_dointvec_minmax(&new_table, write, buffer, lenp, ppos); in perf_event_max_stack_handler()
Dcore.c448 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/
Dtimer.c258 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in timer_migration_handler()