Home
last modified time | relevance | path

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

/Linux-v6.6/net/dccp/
Dsysctl.c91 .proc_handler = proc_dointvec_ms_jiffies,
/Linux-v6.6/include/linux/
Dsysctl.h82 int proc_dointvec_ms_jiffies(struct ctl_table *, int, void *, size_t *,
/Linux-v6.6/kernel/
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);
/Linux-v6.6/net/ipv4/
Dsysctl_net_ipv4.c643 .proc_handler = proc_dointvec_ms_jiffies,
1311 .proc_handler = proc_dointvec_ms_jiffies,
Droute.c3502 .proc_handler = proc_dointvec_ms_jiffies,
/Linux-v6.6/net/ipv6/
Dicmp.c1170 .proc_handler = proc_dointvec_ms_jiffies,
Daddrconf.c6761 .proc_handler = proc_dointvec_ms_jiffies,
6769 .proc_handler = proc_dointvec_ms_jiffies,
Droute.c6416 .proc_handler = proc_dointvec_ms_jiffies,
/Linux-v6.6/fs/proc/
Dproc_sysctl.c1144 (entry->proc_handler == proc_dointvec_ms_jiffies) || in sysctl_check_table()
/Linux-v6.6/net/core/
Dneighbour.c3650 int ret = proc_dointvec_ms_jiffies(ctl, write, buffer, lenp, ppos); in neigh_proc_dointvec_ms_jiffies()