Searched refs:proc_dointvec_minmax (Results 1 - 25 of 90) sorted by last modified time

1234

/linux-master/net/sunrpc/
H A Dxprtsock.c116 .proc_handler = proc_dointvec_minmax,
125 .proc_handler = proc_dointvec_minmax,
134 .proc_handler = proc_dointvec_minmax,
143 .proc_handler = proc_dointvec_minmax,
152 .proc_handler = proc_dointvec_minmax,
/linux-master/kernel/sched/
H A Dfair.c146 .proc_handler = proc_dointvec_minmax,
156 .proc_handler = proc_dointvec_minmax,
H A Dcore.c4618 err = proc_dointvec_minmax(&t, write, buffer, lenp, ppos);
4687 err = proc_dointvec_minmax(&t, write, buffer, lenp, ppos);
/linux-master/net/ipv4/
H A Droute.c3530 .proc_handler = proc_dointvec_minmax,
H A Dip_fragment.c580 .proc_handler = proc_dointvec_minmax,
/linux-master/mm/
H A Dmemory-failure.c131 .proc_handler = proc_dointvec_minmax,
140 .proc_handler = proc_dointvec_minmax,
H A Dutil.c875 ret = proc_dointvec_minmax(&t, write, buffer, lenp, ppos);
884 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos);
H A Dpage_alloc.c6000 rc = proc_dointvec_minmax(table, write, buffer, length, ppos);
6016 rc = proc_dointvec_minmax(table, write, buffer, length, ppos);
6046 rc = proc_dointvec_minmax(table, write, buffer, length, ppos);
6073 rc = proc_dointvec_minmax(table, write, buffer, length, ppos);
6097 proc_dointvec_minmax(table, write, buffer, length, ppos);
6123 ret = proc_dointvec_minmax(table, write, buffer, length, ppos);
6160 .proc_handler = proc_dointvec_minmax,
H A Dpage-writeback.c501 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos);
524 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos);
2273 .proc_handler = proc_dointvec_minmax,
2282 .proc_handler = proc_dointvec_minmax,
H A Doom_kill.c709 .proc_handler = proc_dointvec_minmax,
H A Dcompaction.c2958 rc = proc_dointvec_minmax(table, write, buffer, length, ppos);
3300 return proc_dointvec_minmax(table, write, buffer, lenp, ppos);
3303 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos);
3335 .proc_handler = proc_dointvec_minmax,
/linux-master/kernel/
H A Dfork.c3435 ret = proc_dointvec_minmax(&t, write, buffer, lenp, ppos);
H A Dkprobes.c950 ret = proc_dointvec_minmax(table, write, buffer, length, ppos);
H A Dsysctl.c812 * struct do_proc_dointvec_minmax_conv_param - proc_dointvec_minmax() range checking structure
818 * parameters that use the proc_dointvec_minmax() handler.
852 * proc_dointvec_minmax - read a vector of integers with min/max values
867 int proc_dointvec_minmax(struct ctl_table *table, int write, function
1525 int proc_dointvec_minmax(struct ctl_table *table, int write, function
1607 ret = proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos);
1638 .proc_handler = proc_dointvec_minmax,
1746 .proc_handler = proc_dointvec_minmax,
1790 .proc_handler = proc_dointvec_minmax,
1799 .proc_handler = proc_dointvec_minmax,
2262 EXPORT_SYMBOL(proc_dointvec_minmax); variable
[all...]
H A Dhung_task.c271 .proc_handler = proc_dointvec_minmax,
281 .proc_handler = proc_dointvec_minmax,
290 .proc_handler = proc_dointvec_minmax,
314 .proc_handler = proc_dointvec_minmax,
/linux-master/io_uring/
H A Dio_uring.c162 .proc_handler = proc_dointvec_minmax,
/linux-master/net/ipv6/
H A Daddrconf.c6346 return proc_dointvec_minmax(&lctl, write, buffer, lenp, ppos);
6742 .proc_handler = proc_dointvec_minmax,
6786 .proc_handler = proc_dointvec_minmax,
7132 .proc_handler = proc_dointvec_minmax,
7182 .proc_handler = proc_dointvec_minmax,
7205 * overwrite either of them: this makes proc_dointvec_minmax
/linux-master/kernel/time/
H A Dtimer.c298 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos);
/linux-master/kernel/bpf/
H A Dsyscall.c5955 ret = proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos);
5982 ret = proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos);
/linux-master/fs/
H A Dnamei.c1042 .proc_handler = proc_dointvec_minmax,
1051 .proc_handler = proc_dointvec_minmax,
1060 .proc_handler = proc_dointvec_minmax,
1069 .proc_handler = proc_dointvec_minmax,
H A Dexec.c2168 int error = proc_dointvec_minmax(table, write, buffer, lenp, ppos);
/linux-master/drivers/perf/
H A Driscv_pmu_sbi.c1021 int ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos);
/linux-master/drivers/hv/
H A Dhv_common.c150 .proc_handler = proc_dointvec_minmax,
/linux-master/ipc/
H A Dipc_sysctl.c27 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos);
48 return proc_dointvec_minmax(&ipc_table, write, buffer, lenp, ppos);
96 .proc_handler = proc_dointvec_minmax,
114 .proc_handler = proc_dointvec_minmax,
123 .proc_handler = proc_dointvec_minmax,
141 .proc_handler = proc_dointvec_minmax,
158 .proc_handler = proc_dointvec_minmax,
167 .proc_handler = proc_dointvec_minmax,
176 .proc_handler = proc_dointvec_minmax,
/linux-master/drivers/xen/
H A Dballoon.c93 .proc_handler = proc_dointvec_minmax,

Completed in 483 milliseconds

1234