Searched refs:proc_dointvec_ms_jiffies (Results 1 – 10 of 10) sorted by relevance
| /Linux-v6.1/net/dccp/ |
| D | sysctl.c | 91 .proc_handler = proc_dointvec_ms_jiffies,
|
| /Linux-v6.1/include/linux/ |
| D | sysctl.h | 82 int proc_dointvec_ms_jiffies(struct ctl_table *, int, void *, size_t *,
|
| /Linux-v6.1/kernel/ |
| D | sysctl.c | 1340 int proc_dointvec_ms_jiffies(struct ctl_table *table, int write, void *buffer, in proc_dointvec_ms_jiffies() function 1578 int proc_dointvec_ms_jiffies(struct ctl_table *table, int write, in proc_dointvec_ms_jiffies() function 2512 EXPORT_SYMBOL(proc_dointvec_ms_jiffies);
|
| /Linux-v6.1/net/ipv4/ |
| D | sysctl_net_ipv4.c | 614 .proc_handler = proc_dointvec_ms_jiffies, 1280 .proc_handler = proc_dointvec_ms_jiffies,
|
| D | route.c | 3501 .proc_handler = proc_dointvec_ms_jiffies,
|
| /Linux-v6.1/net/ipv6/ |
| D | icmp.c | 1155 .proc_handler = proc_dointvec_ms_jiffies,
|
| D | addrconf.c | 6713 .proc_handler = proc_dointvec_ms_jiffies, 6721 .proc_handler = proc_dointvec_ms_jiffies,
|
| D | route.c | 6417 .proc_handler = proc_dointvec_ms_jiffies,
|
| /Linux-v6.1/fs/proc/ |
| D | proc_sysctl.c | 1146 (entry->proc_handler == proc_dointvec_ms_jiffies) || in sysctl_check_table()
|
| /Linux-v6.1/net/core/ |
| D | neighbour.c | 3654 int ret = proc_dointvec_ms_jiffies(ctl, write, buffer, lenp, ppos); in neigh_proc_dointvec_ms_jiffies()
|