Searched refs:proc_dointvec_minmax (Results 1 – 6 of 6) sorted by relevance
/kernel/ |
D | sysctl.c | 356 .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 …]
|
D | pid_namespace.c | 262 return proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos); in pid_ns_ctl_handler()
|
D | watchdog.c | 628 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_dowatchdog()
|
D | kprobes.c | 868 ret = proc_dointvec_minmax(table, write, buffer, length, ppos); in proc_kprobes_optimization_handler()
|
/kernel/sched/ |
D | core.c | 5071 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()
|
D | fair.c | 574 int ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in sched_proc_update_handler()
|