Searched refs:proc_dointvec_minmax (Results 1 – 8 of 8) sorted by relevance
/kernel/ |
D | sysctl.c | 418 .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 …]
|
D | pid_namespace.c | 268 return proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos); in pid_ns_ctl_handler()
|
D | watchdog.c | 785 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_dowatchdog()
|
D | kprobes.c | 840 ret = proc_dointvec_minmax(table, write, buffer, length, ppos); in proc_kprobes_optimization_handler()
|
/kernel/sched/ |
D | core.c | 2168 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 …]
|
D | tune.c | 770 int ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in sysctl_sched_cfs_boost_handler()
|
D | fair.c | 587 int ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in sched_proc_update_handler()
|
/kernel/events/ |
D | core.c | 214 int ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in perf_proc_update_handler()
|