Home
last modified time | relevance | path

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

/linux-6.12.1/net/dccp/
Dsysctl.c91 .proc_handler = proc_dointvec_ms_jiffies,
/linux-6.12.1/include/linux/
Dsysctl.h82 int proc_dointvec_ms_jiffies(const struct ctl_table *, int, void *, size_t *,
/linux-6.12.1/kernel/
Dsysctl.c1318 int proc_dointvec_ms_jiffies(const struct ctl_table *table, int write, void *buffer, in proc_dointvec_ms_jiffies() function
1556 int proc_dointvec_ms_jiffies(const struct ctl_table *table, int write, in proc_dointvec_ms_jiffies() function
2258 EXPORT_SYMBOL(proc_dointvec_ms_jiffies);
/linux-6.12.1/net/ipv4/
Dsysctl_net_ipv4.c679 .proc_handler = proc_dointvec_ms_jiffies,
1370 .proc_handler = proc_dointvec_ms_jiffies,
Droute.c3434 .proc_handler = proc_dointvec_ms_jiffies,
/linux-6.12.1/net/ipv6/
Dicmp.c1178 .proc_handler = proc_dointvec_ms_jiffies,
Daddrconf.c6824 .proc_handler = proc_dointvec_ms_jiffies,
6832 .proc_handler = proc_dointvec_ms_jiffies,
Droute.c6423 .proc_handler = proc_dointvec_ms_jiffies,
/linux-6.12.1/fs/proc/
Dproc_sysctl.c1150 (entry->proc_handler == proc_dointvec_ms_jiffies) || in sysctl_check_table()
/linux-6.12.1/net/core/
Dneighbour.c3661 int ret = proc_dointvec_ms_jiffies(ctl, write, buffer, lenp, ppos); in neigh_proc_dointvec_ms_jiffies()