Home
last modified time | relevance | path

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

/Linux-v5.4/net/dccp/
Dsysctl.c91 .proc_handler = proc_dointvec_ms_jiffies,
/Linux-v5.4/include/linux/
Dsysctl.h65 extern int proc_dointvec_ms_jiffies(struct ctl_table *, int,
/Linux-v5.4/net/ipv4/
Dsysctl_net_ipv4.c652 .proc_handler = proc_dointvec_ms_jiffies,
1258 .proc_handler = proc_dointvec_ms_jiffies,
Droute.c3269 .proc_handler = proc_dointvec_ms_jiffies,
/Linux-v5.4/kernel/
Dsysctl.c3120 int proc_dointvec_ms_jiffies(struct ctl_table *table, int write, in proc_dointvec_ms_jiffies() function
3358 int proc_dointvec_ms_jiffies(struct ctl_table *table, int write, in proc_dointvec_ms_jiffies() function
3427 EXPORT_SYMBOL(proc_dointvec_ms_jiffies);
/Linux-v5.4/net/ipv6/
Dicmp.c1126 .proc_handler = proc_dointvec_ms_jiffies,
Daddrconf.c6539 .proc_handler = proc_dointvec_ms_jiffies,
6547 .proc_handler = proc_dointvec_ms_jiffies,
Droute.c6113 .proc_handler = proc_dointvec_ms_jiffies,
/Linux-v5.4/fs/proc/
Dproc_sysctl.c1142 (table->proc_handler == proc_dointvec_ms_jiffies) || in sysctl_check_table()
/Linux-v5.4/net/core/
Dneighbour.c3495 int ret = proc_dointvec_ms_jiffies(ctl, write, buffer, lenp, ppos); in neigh_proc_dointvec_ms_jiffies()