Home
last modified time | relevance | path

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

/kernel/
Dsysctl.c356 .proc_handler = proc_dointvec_minmax,
426 .proc_handler = proc_dointvec_minmax,
437 .proc_handler = proc_dointvec_minmax,
620 .proc_handler = proc_dointvec_minmax,
692 .proc_handler = proc_dointvec_minmax,
701 .proc_handler = proc_dointvec_minmax,
728 .proc_handler = proc_dointvec_minmax,
766 .proc_handler = proc_dointvec_minmax,
827 .proc_handler = proc_dointvec_minmax,
954 .proc_handler = proc_dointvec_minmax,
[all …]
Dpid_namespace.c262 return proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos); in pid_ns_ctl_handler()
Dwatchdog.c628 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_dowatchdog()
Dkprobes.c868 ret = proc_dointvec_minmax(table, write, buffer, length, ppos); in proc_kprobes_optimization_handler()
/kernel/sched/
Dcore.c5071 sizeof(int), 0644, proc_dointvec_minmax, true); in sd_alloc_ctl_domain_table()
5073 sizeof(int), 0644, proc_dointvec_minmax, true); in sd_alloc_ctl_domain_table()
5075 sizeof(int), 0644, proc_dointvec_minmax, true); in sd_alloc_ctl_domain_table()
5077 sizeof(int), 0644, proc_dointvec_minmax, true); in sd_alloc_ctl_domain_table()
5079 sizeof(int), 0644, proc_dointvec_minmax, true); in sd_alloc_ctl_domain_table()
5081 sizeof(int), 0644, proc_dointvec_minmax, false); in sd_alloc_ctl_domain_table()
5083 sizeof(int), 0644, proc_dointvec_minmax, false); in sd_alloc_ctl_domain_table()
5086 sizeof(int), 0644, proc_dointvec_minmax, false); in sd_alloc_ctl_domain_table()
5088 sizeof(int), 0644, proc_dointvec_minmax, false); in sd_alloc_ctl_domain_table()
Dfair.c574 int ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in sched_proc_update_handler()