Lines Matching defs:proc_dointvec_minmax
783 * struct do_proc_dointvec_minmax_conv_param - proc_dointvec_minmax() range checking structure
789 * parameters that use the proc_dointvec_minmax() handler.
823 * proc_dointvec_minmax - read a vector of integers with min/max values
838 int proc_dointvec_minmax(const struct ctl_table *table, int write,
1490 int proc_dointvec_minmax(const struct ctl_table *table, int write,
1572 ret = proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos);
1596 .proc_handler = proc_dointvec_minmax,
1633 .proc_handler = proc_dointvec_minmax,
1677 .proc_handler = proc_dointvec_minmax,
1686 .proc_handler = proc_dointvec_minmax,
1747 .proc_handler = proc_dointvec_minmax,
1756 .proc_handler = proc_dointvec_minmax,
1778 EXPORT_SYMBOL(proc_dointvec_minmax);