Home
last modified time | relevance | path

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

/openbmc/linux/net/dccp/
H A Dsysctl.c91 .proc_handler = proc_dointvec_ms_jiffies,
/openbmc/linux/include/linux/
H A Dsysctl.h82 int proc_dointvec_ms_jiffies(struct ctl_table *, int, void *, size_t *,
/openbmc/linux/kernel/
H A Dsysctl.c1323 int proc_dointvec_ms_jiffies(struct ctl_table *table, int write, void *buffer, in proc_dointvec_ms_jiffies() function
1561 int proc_dointvec_ms_jiffies(struct ctl_table *table, int write, in proc_dointvec_ms_jiffies() function
2274 EXPORT_SYMBOL(proc_dointvec_ms_jiffies);
/openbmc/linux/net/ipv4/
H A Dsysctl_net_ipv4.c643 .proc_handler = proc_dointvec_ms_jiffies,
1311 .proc_handler = proc_dointvec_ms_jiffies,
H A Droute.c3523 .proc_handler = proc_dointvec_ms_jiffies,
/openbmc/linux/net/ipv6/
H A Dicmp.c1182 .proc_handler = proc_dointvec_ms_jiffies,
H A Daddrconf.c6796 .proc_handler = proc_dointvec_ms_jiffies,
6804 .proc_handler = proc_dointvec_ms_jiffies,
H A Droute.c6436 .proc_handler = proc_dointvec_ms_jiffies,
/openbmc/linux/fs/proc/
H A Dproc_sysctl.c1143 (entry->proc_handler == proc_dointvec_ms_jiffies) || in sysctl_check_table()
/openbmc/linux/net/core/
H A Dneighbour.c3661 int ret = proc_dointvec_ms_jiffies(ctl, write, buffer, lenp, ppos); in neigh_proc_dointvec_ms_jiffies()