Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dsysctl.h80 int proc_dointvec_userhz_jiffies(const struct ctl_table *, int, void *, size_t *,
/linux-6.12.1/kernel/
Dsysctl.c1295 int proc_dointvec_userhz_jiffies(const struct ctl_table *table, int write, in proc_dointvec_userhz_jiffies() function
1550 int proc_dointvec_userhz_jiffies(const struct ctl_table *table, int write, in proc_dointvec_userhz_jiffies() function
2257 EXPORT_SYMBOL(proc_dointvec_userhz_jiffies);
/linux-6.12.1/fs/proc/
Dproc_sysctl.c1149 (entry->proc_handler == proc_dointvec_userhz_jiffies) || in sysctl_check_table()
/linux-6.12.1/net/core/
Dneighbour.c3652 int ret = proc_dointvec_userhz_jiffies(ctl, write, buffer, lenp, ppos); in neigh_proc_dointvec_userhz_jiffies()