Searched refs:proc_douintvec (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/net/xfrm/ |
A D | xfrm_sysctl.c | 21 .proc_handler = proc_douintvec 27 .proc_handler = proc_douintvec
|
/linux-6.3-rc2/fs/cachefiles/ |
A D | error_inject.c | 20 .proc_handler = proc_douintvec,
|
/linux-6.3-rc2/net/smc/ |
A D | smc_sysctl.c | 31 .proc_handler = proc_douintvec,
|
/linux-6.3-rc2/lib/ |
A D | test_sysctl.c | 110 .proc_handler = proc_douintvec,
|
/linux-6.3-rc2/include/linux/ |
A D | sysctl.h | 71 int proc_douintvec(struct ctl_table *, int, void *, size_t *, loff_t *);
|
/linux-6.3-rc2/kernel/ |
A D | panic.c | 100 .proc_handler = proc_douintvec,
|
A D | sysctl.c | 783 int proc_douintvec(struct ctl_table *table, int write, void *buffer, in proc_douintvec() function 1541 int proc_douintvec(struct ctl_table *table, int write, in proc_douintvec() function 2494 EXPORT_SYMBOL(proc_douintvec);
|
A D | exit.c | 90 .proc_handler = proc_douintvec,
|
/linux-6.3-rc2/fs/proc/ |
A D | proc_sysctl.c | 1116 if ((table->proc_handler == proc_douintvec) || in sysctl_check_table_array() 1146 (entry->proc_handler == proc_douintvec) || in sysctl_check_table()
|
/linux-6.3-rc2/net/ipv4/ |
A D | sysctl_net_ipv4.c | 1003 .proc_handler = proc_douintvec,
|
/linux-6.3-rc2/net/ipv6/ |
A D | addrconf.c | 6387 ret = proc_douintvec(&tmp, write, buffer, lenp, ppos); in addrconf_sysctl_addr_gen_mode() 7038 .proc_handler = proc_douintvec,
|
Completed in 34 milliseconds