Searched refs:proc_dointvec_minmax (Results 26 - 50 of 90) sorted by relevance

1234

/linux-master/kernel/
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,
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 Dstackleak.c33 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos);
H A Dwatchdog.c785 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos);
788 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos);
842 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos);
915 .proc_handler = proc_dointvec_minmax,
925 .proc_handler = proc_dointvec_minmax,
937 .proc_handler = proc_dointvec_minmax,
947 .proc_handler = proc_dointvec_minmax,
H A Ddelayacct.c59 err = proc_dointvec_minmax(&t, write, buffer, lenp, ppos);
H A Dpid_namespace.c293 ret = proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos);
/linux-master/net/ipv4/
H A Dsysctl_net_ipv4.c81 ret = proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos);
117 ret = proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos);
363 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos);
551 .proc_handler = proc_dointvec_minmax,
559 .proc_handler = proc_dointvec_minmax,
827 .proc_handler = proc_dointvec_minmax,
836 .proc_handler = proc_dointvec_minmax,
882 .proc_handler = proc_dointvec_minmax,
1207 .proc_handler = proc_dointvec_minmax,
1289 .proc_handler = proc_dointvec_minmax,
[all...]
/linux-master/lib/
H A Dtest_sysctl.c80 .proc_handler = proc_dointvec_minmax,
186 .proc_handler = proc_dointvec_minmax,
/linux-master/net/sunrpc/xprtrdma/
H A Dtransport.c93 .proc_handler = proc_dointvec_minmax,
102 .proc_handler = proc_dointvec_minmax,
111 .proc_handler = proc_dointvec_minmax,
120 .proc_handler = proc_dointvec_minmax,
129 .proc_handler = proc_dointvec_minmax,
/linux-master/kernel/events/
H A Dcallchain.c240 ret = proc_dointvec_minmax(&new_table, write, buffer, lenp, ppos);
/linux-master/net/ipv6/
H A Dsysctl_net_ipv6.c134 .proc_handler = proc_dointvec_minmax,
232 .proc_handler = proc_dointvec_minmax,
/linux-master/drivers/parport/
H A Dprocfs.c272 .proc_handler = proc_dointvec_minmax,
408 .proc_handler = proc_dointvec_minmax,
/linux-master/fs/devpts/
H A Dinode.c54 .proc_handler = proc_dointvec_minmax,
62 .proc_handler = proc_dointvec_minmax,
/linux-master/kernel/sched/
H A Dautogroup.c18 .proc_handler = proc_dointvec_minmax,
/linux-master/include/linux/
H A Dsysctl.h52 /* this is needed for the proc_dointvec_minmax for [fs_]overflow UID and GID */
72 int proc_dointvec_minmax(struct ctl_table *, int, void *, size_t *, loff_t *);
/linux-master/fs/lockd/
H A Dsvc.c449 .proc_handler = proc_dointvec_minmax,
458 .proc_handler = proc_dointvec_minmax,
/linux-master/mm/
H A Dutil.c875 ret = proc_dointvec_minmax(&t, write, buffer, lenp, ppos);
884 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos);
/linux-master/arch/s390/appldata/
H A Dappldata_base.c247 rc = proc_dointvec_minmax(&ctl_entry, write, buffer, lenp, ppos);
/linux-master/security/loadpin/
H A Dloadpin.c62 .proc_handler = proc_dointvec_minmax,
/linux-master/security/yama/
H A Dyama_lsm.c451 return proc_dointvec_minmax(&table_copy, write, buffer, lenp, ppos);
/linux-master/drivers/hv/
H A Dhv_common.c150 .proc_handler = proc_dointvec_minmax,
/linux-master/drivers/misc/sgi-xp/
H A Dxpc_main.c102 .proc_handler = proc_dointvec_minmax,
110 .proc_handler = proc_dointvec_minmax,
120 .proc_handler = proc_dointvec_minmax,
/linux-master/arch/arm64/kernel/
H A Darmv8_deprecated.c516 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos);
/linux-master/fs/
H A Dfile_table.c128 .proc_handler = proc_dointvec_minmax,
/linux-master/arch/s390/mm/
H A Dpgalloc.c30 .proc_handler = proc_dointvec_minmax,

Completed in 710 milliseconds

1234