Searched refs:proc_dointvec_userhz_jiffies (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/linux/ |
D | sysctl.h | 48 extern int proc_dointvec_userhz_jiffies(struct ctl_table *, int,
|
/linux-4.1.27/kernel/ |
D | sysctl.c | 2527 int proc_dointvec_userhz_jiffies(struct ctl_table *table, int write, in proc_dointvec_userhz_jiffies() function 2753 int proc_dointvec_userhz_jiffies(struct ctl_table *table, int write, in proc_dointvec_userhz_jiffies() function 2788 EXPORT_SYMBOL(proc_dointvec_userhz_jiffies);
|
/linux-4.1.27/fs/proc/ |
D | proc_sysctl.c | 1038 (table->proc_handler == proc_dointvec_userhz_jiffies) || in sysctl_check_table()
|
/linux-4.1.27/net/core/ |
D | neighbour.c | 2919 int ret = proc_dointvec_userhz_jiffies(ctl, write, buffer, lenp, ppos); in neigh_proc_dointvec_userhz_jiffies()
|