Home
last modified time | relevance | path

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

/kernel/
Dsysctl.c418 .proc_handler = proc_dointvec_minmax,
450 .proc_handler = proc_dointvec_minmax,
491 .proc_handler = proc_dointvec_minmax,
502 .proc_handler = proc_dointvec_minmax,
581 .proc_handler = proc_dointvec_minmax,
709 .proc_handler = proc_dointvec_minmax,
728 .proc_handler = proc_dointvec_minmax,
800 .proc_handler = proc_dointvec_minmax,
809 .proc_handler = proc_dointvec_minmax,
836 .proc_handler = proc_dointvec_minmax,
[all …]
Dpid_namespace.c268 return proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos); in pid_ns_ctl_handler()
Dwatchdog.c785 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_dowatchdog()
Dkprobes.c840 ret = proc_dointvec_minmax(table, write, buffer, length, ppos); in proc_kprobes_optimization_handler()
/kernel/sched/
Dcore.c2168 err = proc_dointvec_minmax(&t, write, buffer, lenp, ppos); in sysctl_numa_balancing()
5317 sizeof(int), 0644, proc_dointvec_minmax, false); in sd_alloc_ctl_energy_table()
5322 sizeof(int), 0644, proc_dointvec_minmax, false); in sd_alloc_ctl_energy_table()
5372 sizeof(int), 0644, proc_dointvec_minmax, true); in sd_alloc_ctl_domain_table()
5374 sizeof(int), 0644, proc_dointvec_minmax, true); in sd_alloc_ctl_domain_table()
5376 sizeof(int), 0644, proc_dointvec_minmax, true); in sd_alloc_ctl_domain_table()
5378 sizeof(int), 0644, proc_dointvec_minmax, true); in sd_alloc_ctl_domain_table()
5380 sizeof(int), 0644, proc_dointvec_minmax, true); in sd_alloc_ctl_domain_table()
5382 sizeof(int), 0644, proc_dointvec_minmax, false); in sd_alloc_ctl_domain_table()
5384 sizeof(int), 0644, proc_dointvec_minmax, false); in sd_alloc_ctl_domain_table()
[all …]
Dtune.c770 int ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in sysctl_sched_cfs_boost_handler()
Dfair.c587 int ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in sched_proc_update_handler()
/kernel/events/
Dcore.c214 int ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in perf_proc_update_handler()