Searched refs:proc_dointvec_ms_jiffies (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/net/dccp/ |
H A D | sysctl.c | 91 .proc_handler = proc_dointvec_ms_jiffies,
|
/openbmc/linux/include/linux/ |
H A D | sysctl.h | 82 int proc_dointvec_ms_jiffies(struct ctl_table *, int, void *, size_t *,
|
/openbmc/linux/kernel/ |
H A D | sysctl.c | 1323 int proc_dointvec_ms_jiffies(struct ctl_table *table, int write, void *buffer, in proc_dointvec_ms_jiffies() function 1561 int proc_dointvec_ms_jiffies(struct ctl_table *table, int write, in proc_dointvec_ms_jiffies() function 2274 EXPORT_SYMBOL(proc_dointvec_ms_jiffies);
|
/openbmc/linux/net/ipv4/ |
H A D | sysctl_net_ipv4.c | 643 .proc_handler = proc_dointvec_ms_jiffies, 1311 .proc_handler = proc_dointvec_ms_jiffies,
|
H A D | route.c | 3523 .proc_handler = proc_dointvec_ms_jiffies,
|
/openbmc/linux/net/ipv6/ |
H A D | icmp.c | 1182 .proc_handler = proc_dointvec_ms_jiffies,
|
H A D | addrconf.c | 6796 .proc_handler = proc_dointvec_ms_jiffies, 6804 .proc_handler = proc_dointvec_ms_jiffies,
|
H A D | route.c | 6436 .proc_handler = proc_dointvec_ms_jiffies,
|
/openbmc/linux/fs/proc/ |
H A D | proc_sysctl.c | 1143 (entry->proc_handler == proc_dointvec_ms_jiffies) || in sysctl_check_table()
|
/openbmc/linux/net/core/ |
H A D | neighbour.c | 3661 int ret = proc_dointvec_ms_jiffies(ctl, write, buffer, lenp, ppos); in neigh_proc_dointvec_ms_jiffies()
|