Home
last modified time | relevance | path

Searched refs:proc_dointvec_ms_jiffies (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/net/dccp/
Dsysctl.c96 .proc_handler = proc_dointvec_ms_jiffies,
/Linux-v4.19/include/linux/
Dsysctl.h58 extern int proc_dointvec_ms_jiffies(struct ctl_table *, int,
/Linux-v4.19/net/ipv4/
Dsysctl_net_ipv4.c589 .proc_handler = proc_dointvec_ms_jiffies,
1159 .proc_handler = proc_dointvec_ms_jiffies,
Droute.c2972 .proc_handler = proc_dointvec_ms_jiffies,
/Linux-v4.19/kernel/
Dsysctl.c2999 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/
Dicmp.c1107 .proc_handler = proc_dointvec_ms_jiffies,
Daddrconf.c6244 .proc_handler = proc_dointvec_ms_jiffies,
6252 .proc_handler = proc_dointvec_ms_jiffies,
Droute.c5156 .proc_handler = proc_dointvec_ms_jiffies,
/Linux-v4.19/fs/proc/
Dproc_sysctl.c1118 (table->proc_handler == proc_dointvec_ms_jiffies) || in sysctl_check_table()
/Linux-v4.19/net/core/
Dneighbour.c3036 int ret = proc_dointvec_ms_jiffies(ctl, write, buffer, lenp, ppos); in neigh_proc_dointvec_ms_jiffies()