Home
last modified time | relevance | path

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

/Linux-v5.15/net/dccp/
Dsysctl.c91 .proc_handler = proc_dointvec_ms_jiffies,
/Linux-v5.15/include/linux/
Dsysctl.h63 int proc_dointvec_ms_jiffies(struct ctl_table *, int, void *, size_t *,
/Linux-v5.15/net/ipv4/
Dsysctl_net_ipv4.c655 .proc_handler = proc_dointvec_ms_jiffies,
1317 .proc_handler = proc_dointvec_ms_jiffies,
Droute.c3486 .proc_handler = proc_dointvec_ms_jiffies,
/Linux-v5.15/kernel/
Dsysctl.c1484 int proc_dointvec_ms_jiffies(struct ctl_table *table, int write, void *buffer, in proc_dointvec_ms_jiffies() function
1716 int proc_dointvec_ms_jiffies(struct ctl_table *table, int write, in proc_dointvec_ms_jiffies() function
3476 EXPORT_SYMBOL(proc_dointvec_ms_jiffies);
/Linux-v5.15/net/ipv6/
Dicmp.c1186 .proc_handler = proc_dointvec_ms_jiffies,
Daddrconf.c6664 .proc_handler = proc_dointvec_ms_jiffies,
6672 .proc_handler = proc_dointvec_ms_jiffies,
Droute.c6376 .proc_handler = proc_dointvec_ms_jiffies,
/Linux-v5.15/fs/proc/
Dproc_sysctl.c1129 (table->proc_handler == proc_dointvec_ms_jiffies) || in sysctl_check_table()
/Linux-v5.15/net/core/
Dneighbour.c3504 int ret = proc_dointvec_ms_jiffies(ctl, write, buffer, lenp, ppos); in neigh_proc_dointvec_ms_jiffies()