Home
last modified time | relevance | path

Searched refs:proc_doulongvec_ms_jiffies_minmax (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/net/rds/
Dsysctl.c58 .proc_handler = proc_doulongvec_ms_jiffies_minmax,
67 .proc_handler = proc_doulongvec_ms_jiffies_minmax,
/linux-6.12.1/net/rxrpc/
Dsysctl.c57 .proc_handler = proc_doulongvec_ms_jiffies_minmax,
66 .proc_handler = proc_doulongvec_ms_jiffies_minmax,
/linux-6.12.1/drivers/parport/
Dprocfs.c369 .proc_handler = proc_doulongvec_ms_jiffies_minmax,
399 .proc_handler = proc_doulongvec_ms_jiffies_minmax,
/linux-6.12.1/include/linux/
Dsysctl.h85 int proc_doulongvec_ms_jiffies_minmax(const struct ctl_table *table, int, void *,
/linux-6.12.1/kernel/
Dsysctl.c1141 int proc_doulongvec_ms_jiffies_minmax(const struct ctl_table *table, int write, in proc_doulongvec_ms_jiffies_minmax() function
1568 int proc_doulongvec_ms_jiffies_minmax(const struct ctl_table *table, int write, in proc_doulongvec_ms_jiffies_minmax() function
2261 EXPORT_SYMBOL(proc_doulongvec_ms_jiffies_minmax);
/linux-6.12.1/fs/proc/
Dproc_sysctl.c1152 (entry->proc_handler == proc_doulongvec_ms_jiffies_minmax)) { in sysctl_check_table()