Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsysctl.h57 int proc_dointvec_userhz_jiffies(struct ctl_table *, int, void *, size_t *,
/OK3568_Linux_fs/kernel/kernel/
H A Dsysctl.c1386 int proc_dointvec_userhz_jiffies(struct ctl_table *table, int write, in proc_dointvec_userhz_jiffies() function
1624 int proc_dointvec_userhz_jiffies(struct ctl_table *table, int write, in proc_dointvec_userhz_jiffies() function
3476 EXPORT_SYMBOL(proc_dointvec_userhz_jiffies);
/OK3568_Linux_fs/kernel/fs/proc/
H A Dproc_sysctl.c1124 (table->proc_handler == proc_dointvec_userhz_jiffies) || in sysctl_check_table()
/OK3568_Linux_fs/kernel/net/core/
H A Dneighbour.c3515 int ret = proc_dointvec_userhz_jiffies(ctl, write, buffer, lenp, ppos); in neigh_proc_dointvec_userhz_jiffies()