Home
last modified time | relevance | path

Searched refs:proc_dointvec_userhz_jiffies (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Dsysctl.h48 extern int proc_dointvec_userhz_jiffies(struct ctl_table *, int,
/linux-4.4.14/kernel/
Dsysctl.c2581 int proc_dointvec_userhz_jiffies(struct ctl_table *table, int write, in proc_dointvec_userhz_jiffies() function
2807 int proc_dointvec_userhz_jiffies(struct ctl_table *table, int write, in proc_dointvec_userhz_jiffies() function
2842 EXPORT_SYMBOL(proc_dointvec_userhz_jiffies);
/linux-4.4.14/fs/proc/
Dproc_sysctl.c1038 (table->proc_handler == proc_dointvec_userhz_jiffies) || in sysctl_check_table()
/linux-4.4.14/net/core/
Dneighbour.c2971 int ret = proc_dointvec_userhz_jiffies(ctl, write, buffer, lenp, ppos); in neigh_proc_dointvec_userhz_jiffies()