Searched refs:proc_dointvec_userhz_jiffies (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/include/linux/ |
D | sysctl.h | 80 int proc_dointvec_userhz_jiffies(struct ctl_table *, int, void *, size_t *,
|
/Linux-v6.6/kernel/ |
D | sysctl.c | 1300 int proc_dointvec_userhz_jiffies(struct ctl_table *table, int write, in proc_dointvec_userhz_jiffies() function 1555 int proc_dointvec_userhz_jiffies(struct ctl_table *table, int write, in proc_dointvec_userhz_jiffies() function 2273 EXPORT_SYMBOL(proc_dointvec_userhz_jiffies);
|
/Linux-v6.6/fs/proc/ |
D | proc_sysctl.c | 1143 (entry->proc_handler == proc_dointvec_userhz_jiffies) || in sysctl_check_table()
|
/Linux-v6.6/net/core/ |
D | neighbour.c | 3641 int ret = proc_dointvec_userhz_jiffies(ctl, write, buffer, lenp, ppos); in neigh_proc_dointvec_userhz_jiffies()
|