Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dsysctl.h57 int proc_dointvec_userhz_jiffies(struct ctl_table *, int, void *, size_t *,
/Linux-v5.10/kernel/
Dsysctl.c1353 int proc_dointvec_userhz_jiffies(struct ctl_table *table, int write, in proc_dointvec_userhz_jiffies() function
1591 int proc_dointvec_userhz_jiffies(struct ctl_table *table, int write, in proc_dointvec_userhz_jiffies() function
3418 EXPORT_SYMBOL(proc_dointvec_userhz_jiffies);
/Linux-v5.10/fs/proc/
Dproc_sysctl.c1124 (table->proc_handler == proc_dointvec_userhz_jiffies) || in sysctl_check_table()
/Linux-v5.10/net/core/
Dneighbour.c3489 int ret = proc_dointvec_userhz_jiffies(ctl, write, buffer, lenp, ppos); in neigh_proc_dointvec_userhz_jiffies()