Searched refs:proc_dointvec_ms_jiffies (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/net/rxrpc/ |
D | sysctl.c | 37 .proc_handler = proc_dointvec_ms_jiffies, 45 .proc_handler = proc_dointvec_ms_jiffies, 53 .proc_handler = proc_dointvec_ms_jiffies, 61 .proc_handler = proc_dointvec_ms_jiffies,
|
/linux-4.4.14/net/dccp/ |
D | sysctl.c | 96 .proc_handler = proc_dointvec_ms_jiffies,
|
/linux-4.4.14/include/linux/ |
D | sysctl.h | 50 extern int proc_dointvec_ms_jiffies(struct ctl_table *, int,
|
/linux-4.4.14/net/ipv4/ |
D | sysctl_net_ipv4.c | 761 .proc_handler = proc_dointvec_ms_jiffies, 839 .proc_handler = proc_dointvec_ms_jiffies,
|
D | route.c | 2682 .proc_handler = proc_dointvec_ms_jiffies,
|
/linux-4.4.14/kernel/ |
D | sysctl.c | 2604 int proc_dointvec_ms_jiffies(struct ctl_table *table, int write, in proc_dointvec_ms_jiffies() function 2813 int proc_dointvec_ms_jiffies(struct ctl_table *table, int write, in proc_dointvec_ms_jiffies() function 2843 EXPORT_SYMBOL(proc_dointvec_ms_jiffies);
|
/linux-4.4.14/net/ipv6/ |
D | icmp.c | 994 .proc_handler = proc_dointvec_ms_jiffies,
|
D | addrconf.c | 5534 .proc_handler = proc_dointvec_ms_jiffies, 5542 .proc_handler = proc_dointvec_ms_jiffies,
|
D | route.c | 3501 .proc_handler = proc_dointvec_ms_jiffies,
|
/linux-4.4.14/fs/proc/ |
D | proc_sysctl.c | 1039 (table->proc_handler == proc_dointvec_ms_jiffies) || in sysctl_check_table()
|
/linux-4.4.14/net/core/ |
D | neighbour.c | 2981 int ret = proc_dointvec_ms_jiffies(ctl, write, buffer, lenp, ppos); in neigh_proc_dointvec_ms_jiffies()
|