Searched refs:proc_dointvec_ms_jiffies (Results 1 – 10 of 10) sorted by relevance
| /linux/kernel/time/ |
| H A D | jiffies.c | 279 int proc_dointvec_ms_jiffies(const struct ctl_table *table, int dir, void *buffer, in proc_dointvec_ms_jiffies() function 285 EXPORT_SYMBOL(proc_dointvec_ms_jiffies);
|
| /linux/include/linux/ |
| H A D | jiffies.h | 657 int proc_dointvec_ms_jiffies(const struct ctl_table *table, int dir, void *buffer,
|
| /linux/net/core/ |
| H A D | sysctl_net_core.c | 689 .proc_handler = proc_dointvec_ms_jiffies,
|
| H A D | neighbour.c | 3725 int ret = proc_dointvec_ms_jiffies(ctl, write, buffer, lenp, ppos); in neigh_proc_dointvec_ms_jiffies()
|
| /linux/net/ipv4/ |
| H A D | sysctl_net_ipv4.c | 694 .proc_handler = proc_dointvec_ms_jiffies, 1421 .proc_handler = proc_dointvec_ms_jiffies,
|
| H A D | route.c | 3514 .proc_handler = proc_dointvec_ms_jiffies,
|
| /linux/net/ipv6/ |
| H A D | icmp.c | 1391 .proc_handler = proc_dointvec_ms_jiffies,
|
| H A D | addrconf.c | 6918 .proc_handler = proc_dointvec_ms_jiffies, 6926 .proc_handler = proc_dointvec_ms_jiffies,
|
| H A D | route.c | 6606 .proc_handler = proc_dointvec_ms_jiffies,
|
| /linux/fs/proc/ |
| H A D | proc_sysctl.c | 1160 (entry->proc_handler == proc_dointvec_ms_jiffies) || in sysctl_check_table()
|