Lines Matching refs:proc_dointvec_minmax
790 * struct do_proc_dointvec_minmax_conv_param - proc_dointvec_minmax() range checking structure
796 * parameters that use the proc_dointvec_minmax() handler.
830 * proc_dointvec_minmax - read a vector of integers with min/max values
845 int proc_dointvec_minmax(const struct ctl_table *table, int write,
1497 int proc_dointvec_minmax(const struct ctl_table *table, int write,
1579 ret = proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos);
1610 .proc_handler = proc_dointvec_minmax,
1718 .proc_handler = proc_dointvec_minmax,
1762 .proc_handler = proc_dointvec_minmax,
1771 .proc_handler = proc_dointvec_minmax,
1845 .proc_handler = proc_dointvec_minmax,
1855 .proc_handler = proc_dointvec_minmax,
1864 .proc_handler = proc_dointvec_minmax,
1886 EXPORT_SYMBOL(proc_dointvec_minmax);