Searched refs:proc_dointvec_ms_jiffies (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/net/dccp/ |
D | sysctl.c | 95 .proc_handler = proc_dointvec_ms_jiffies,
|
/linux-2.6.39/kernel/ |
D | sysctl_check.c | 136 (table->proc_handler == proc_dointvec_ms_jiffies) || in sysctl_check_table()
|
D | sysctl.c | 2734 int proc_dointvec_ms_jiffies(struct ctl_table *table, int write, in proc_dointvec_ms_jiffies() function 2946 int proc_dointvec_ms_jiffies(struct ctl_table *table, int write, in proc_dointvec_ms_jiffies() function 2976 EXPORT_SYMBOL(proc_dointvec_ms_jiffies);
|
/linux-2.6.39/include/linux/ |
D | sysctl.h | 978 extern int proc_dointvec_ms_jiffies(struct ctl_table *, int,
|
/linux-2.6.39/net/ipv4/ |
D | sysctl_net_ipv4.c | 664 .proc_handler = proc_dointvec_ms_jiffies,
|
D | route.c | 3072 .proc_handler = proc_dointvec_ms_jiffies,
|
/linux-2.6.39/net/ipv6/ |
D | icmp.c | 963 .proc_handler = proc_dointvec_ms_jiffies,
|
D | ndisc.c | 1775 ret = proc_dointvec_ms_jiffies(ctl, write, in ndisc_ifinfo_sysctl_change()
|
D | route.c | 2686 .proc_handler = proc_dointvec_ms_jiffies,
|
/linux-2.6.39/net/core/ |
D | neighbour.c | 2770 .proc_handler = proc_dointvec_ms_jiffies, 2776 .proc_handler = proc_dointvec_ms_jiffies,
|