Searched refs:proc_dointvec_userhz_jiffies (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | sysctl.h | 80 int proc_dointvec_userhz_jiffies(struct ctl_table *, int, void *, size_t *,
|
/linux-6.3-rc2/kernel/ |
A D | sysctl.c | 1322 int proc_dointvec_userhz_jiffies(struct ctl_table *table, int write, in proc_dointvec_userhz_jiffies() function 1577 int proc_dointvec_userhz_jiffies(struct ctl_table *table, int write, in proc_dointvec_userhz_jiffies() function 2498 EXPORT_SYMBOL(proc_dointvec_userhz_jiffies);
|
/linux-6.3-rc2/fs/proc/ |
A D | proc_sysctl.c | 1151 (entry->proc_handler == proc_dointvec_userhz_jiffies) || in sysctl_check_table()
|
/linux-6.3-rc2/net/core/ |
A D | neighbour.c | 3667 int ret = proc_dointvec_userhz_jiffies(ctl, write, buffer, lenp, ppos); in neigh_proc_dointvec_userhz_jiffies()
|
Completed in 36 milliseconds