Searched refs:proc_dointvec_ms_jiffies (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/net/dccp/ |
D | sysctl.c | 91 .proc_handler = proc_dointvec_ms_jiffies,
|
/Linux-v5.10/include/linux/ |
D | sysctl.h | 59 int proc_dointvec_ms_jiffies(struct ctl_table *, int, void *, size_t *,
|
/Linux-v5.10/net/ipv4/ |
D | sysctl_net_ipv4.c | 628 .proc_handler = proc_dointvec_ms_jiffies, 1273 .proc_handler = proc_dointvec_ms_jiffies,
|
D | route.c | 3392 .proc_handler = proc_dointvec_ms_jiffies,
|
/Linux-v5.10/kernel/ |
D | sysctl.c | 1376 int proc_dointvec_ms_jiffies(struct ctl_table *table, int write, void *buffer, in proc_dointvec_ms_jiffies() function 1597 int proc_dointvec_ms_jiffies(struct ctl_table *table, int write, in proc_dointvec_ms_jiffies() function 3419 EXPORT_SYMBOL(proc_dointvec_ms_jiffies);
|
/Linux-v5.10/net/ipv6/ |
D | icmp.c | 1167 .proc_handler = proc_dointvec_ms_jiffies,
|
D | addrconf.c | 6610 .proc_handler = proc_dointvec_ms_jiffies, 6618 .proc_handler = proc_dointvec_ms_jiffies,
|
D | route.c | 6212 .proc_handler = proc_dointvec_ms_jiffies,
|
/Linux-v5.10/fs/proc/ |
D | proc_sysctl.c | 1125 (table->proc_handler == proc_dointvec_ms_jiffies) || in sysctl_check_table()
|
/Linux-v5.10/net/core/ |
D | neighbour.c | 3498 int ret = proc_dointvec_ms_jiffies(ctl, write, buffer, lenp, ppos); in neigh_proc_dointvec_ms_jiffies()
|