Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/dccp/
H A Dsysctl.c91 .proc_handler = proc_dointvec_ms_jiffies,
/OK3568_Linux_fs/kernel/include/linux/
H A Dsysctl.h59 int proc_dointvec_ms_jiffies(struct ctl_table *, int, void *, size_t *,
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dsysctl_net_ipv4.c573 .proc_handler = proc_dointvec_ms_jiffies,
1225 .proc_handler = proc_dointvec_ms_jiffies,
H A Droute.c3409 .proc_handler = proc_dointvec_ms_jiffies,
/OK3568_Linux_fs/kernel/kernel/
H A Dsysctl.c1409 int proc_dointvec_ms_jiffies(struct ctl_table *table, int write, void *buffer, in proc_dointvec_ms_jiffies() function
1630 int proc_dointvec_ms_jiffies(struct ctl_table *table, int write, in proc_dointvec_ms_jiffies() function
3477 EXPORT_SYMBOL(proc_dointvec_ms_jiffies);
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dicmp.c1167 .proc_handler = proc_dointvec_ms_jiffies,
H A Daddrconf.c6677 .proc_handler = proc_dointvec_ms_jiffies,
6685 .proc_handler = proc_dointvec_ms_jiffies,
H A Droute.c6224 .proc_handler = proc_dointvec_ms_jiffies,
/OK3568_Linux_fs/kernel/fs/proc/
H A Dproc_sysctl.c1125 (table->proc_handler == proc_dointvec_ms_jiffies) || in sysctl_check_table()
/OK3568_Linux_fs/kernel/net/core/
H A Dneighbour.c3524 int ret = proc_dointvec_ms_jiffies(ctl, write, buffer, lenp, ppos); in neigh_proc_dointvec_ms_jiffies()