Searched refs:proc_dointvec_ms_jiffies (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/net/dccp/ |
D | sysctl.c | 96 .proc_handler = proc_dointvec_ms_jiffies,
|
/Linux-v4.19/include/linux/ |
D | sysctl.h | 58 extern int proc_dointvec_ms_jiffies(struct ctl_table *, int,
|
/Linux-v4.19/net/ipv4/ |
D | sysctl_net_ipv4.c | 589 .proc_handler = proc_dointvec_ms_jiffies, 1159 .proc_handler = proc_dointvec_ms_jiffies,
|
D | route.c | 2972 .proc_handler = proc_dointvec_ms_jiffies,
|
/Linux-v4.19/kernel/ |
D | sysctl.c | 2999 int proc_dointvec_ms_jiffies(struct ctl_table *table, int write, in proc_dointvec_ms_jiffies() function 3212 int proc_dointvec_ms_jiffies(struct ctl_table *table, int write, in proc_dointvec_ms_jiffies() function 3244 EXPORT_SYMBOL(proc_dointvec_ms_jiffies);
|
/Linux-v4.19/net/ipv6/ |
D | icmp.c | 1107 .proc_handler = proc_dointvec_ms_jiffies,
|
D | addrconf.c | 6244 .proc_handler = proc_dointvec_ms_jiffies, 6252 .proc_handler = proc_dointvec_ms_jiffies,
|
D | route.c | 5156 .proc_handler = proc_dointvec_ms_jiffies,
|
/Linux-v4.19/fs/proc/ |
D | proc_sysctl.c | 1118 (table->proc_handler == proc_dointvec_ms_jiffies) || in sysctl_check_table()
|
/Linux-v4.19/net/core/ |
D | neighbour.c | 3036 int ret = proc_dointvec_ms_jiffies(ctl, write, buffer, lenp, ppos); in neigh_proc_dointvec_ms_jiffies()
|