Searched refs:proc_dointvec_ms_jiffies (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.15/net/dccp/ |
D | sysctl.c | 91 .proc_handler = proc_dointvec_ms_jiffies,
|
/Linux-v5.15/include/linux/ |
D | sysctl.h | 63 int proc_dointvec_ms_jiffies(struct ctl_table *, int, void *, size_t *,
|
/Linux-v5.15/net/ipv4/ |
D | sysctl_net_ipv4.c | 655 .proc_handler = proc_dointvec_ms_jiffies, 1317 .proc_handler = proc_dointvec_ms_jiffies,
|
D | route.c | 3486 .proc_handler = proc_dointvec_ms_jiffies,
|
/Linux-v5.15/kernel/ |
D | sysctl.c | 1484 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/ |
D | icmp.c | 1186 .proc_handler = proc_dointvec_ms_jiffies,
|
D | addrconf.c | 6664 .proc_handler = proc_dointvec_ms_jiffies, 6672 .proc_handler = proc_dointvec_ms_jiffies,
|
D | route.c | 6376 .proc_handler = proc_dointvec_ms_jiffies,
|
/Linux-v5.15/fs/proc/ |
D | proc_sysctl.c | 1129 (table->proc_handler == proc_dointvec_ms_jiffies) || in sysctl_check_table()
|
/Linux-v5.15/net/core/ |
D | neighbour.c | 3504 int ret = proc_dointvec_ms_jiffies(ctl, write, buffer, lenp, ppos); in neigh_proc_dointvec_ms_jiffies()
|