Home
last modified time | relevance | path

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

/linux-4.4.14/net/rds/
Dsysctl.c58 .proc_handler = proc_doulongvec_ms_jiffies_minmax,
67 .proc_handler = proc_doulongvec_ms_jiffies_minmax,
/linux-4.4.14/include/linux/
Dsysctl.h54 extern int proc_doulongvec_ms_jiffies_minmax(struct ctl_table *table, int,
/linux-4.4.14/drivers/parport/
Dprocfs.c390 .proc_handler = proc_doulongvec_ms_jiffies_minmax,
441 .proc_handler = proc_doulongvec_ms_jiffies_minmax,
/linux-4.4.14/kernel/
Dsysctl.c2464 int proc_doulongvec_ms_jiffies_minmax(struct ctl_table *table, int write, in proc_doulongvec_ms_jiffies_minmax() function
2825 int proc_doulongvec_ms_jiffies_minmax(struct ctl_table *table, int write, in proc_doulongvec_ms_jiffies_minmax() function
2846 EXPORT_SYMBOL(proc_doulongvec_ms_jiffies_minmax);
/linux-4.4.14/fs/proc/
Dproc_sysctl.c1041 (table->proc_handler == proc_doulongvec_ms_jiffies_minmax)) { in sysctl_check_table()