Home
last modified time | relevance | path

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

/linux-4.1.27/net/rds/
Dsysctl.c58 .proc_handler = proc_doulongvec_ms_jiffies_minmax,
67 .proc_handler = proc_doulongvec_ms_jiffies_minmax,
/linux-4.1.27/include/linux/
Dsysctl.h54 extern int proc_doulongvec_ms_jiffies_minmax(struct ctl_table *table, int,
/linux-4.1.27/drivers/parport/
Dprocfs.c389 .proc_handler = proc_doulongvec_ms_jiffies_minmax,
440 .proc_handler = proc_doulongvec_ms_jiffies_minmax,
/linux-4.1.27/kernel/
Dsysctl.c2410 int proc_doulongvec_ms_jiffies_minmax(struct ctl_table *table, int write, in proc_doulongvec_ms_jiffies_minmax() function
2771 int proc_doulongvec_ms_jiffies_minmax(struct ctl_table *table, int write, in proc_doulongvec_ms_jiffies_minmax() function
2792 EXPORT_SYMBOL(proc_doulongvec_ms_jiffies_minmax);
/linux-4.1.27/fs/proc/
Dproc_sysctl.c1041 (table->proc_handler == proc_doulongvec_ms_jiffies_minmax)) { in sysctl_check_table()