Lines Matching refs:table
771 static int proc_watchdog_common(int which, struct ctl_table *table, int write, in proc_watchdog_common() argument
775 int *watchdog_param = (int *)table->data; in proc_watchdog_common()
786 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_watchdog_common()
788 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_watchdog_common()
830 int proc_watchdog(struct ctl_table *table, int write, in proc_watchdog() argument
834 table, write, buffer, lenp, ppos); in proc_watchdog()
840 int proc_nmi_watchdog(struct ctl_table *table, int write, in proc_nmi_watchdog() argument
844 table, write, buffer, lenp, ppos); in proc_nmi_watchdog()
850 int proc_soft_watchdog(struct ctl_table *table, int write, in proc_soft_watchdog() argument
854 table, write, buffer, lenp, ppos); in proc_soft_watchdog()
860 int proc_watchdog_thresh(struct ctl_table *table, int write, in proc_watchdog_thresh() argument
868 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_watchdog_thresh()