Lines Matching refs:table
641 static int proc_watchdog_common(int which, struct ctl_table *table, int write, in proc_watchdog_common() argument
645 int *watchdog_param = (int *)table->data; in proc_watchdog_common()
663 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_watchdog_common()
665 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_watchdog_common()
709 int proc_watchdog(struct ctl_table *table, int write, in proc_watchdog() argument
713 table, write, buffer, lenp, ppos); in proc_watchdog()
719 int proc_nmi_watchdog(struct ctl_table *table, int write, in proc_nmi_watchdog() argument
723 table, write, buffer, lenp, ppos); in proc_nmi_watchdog()
729 int proc_soft_watchdog(struct ctl_table *table, int write, in proc_soft_watchdog() argument
733 table, write, buffer, lenp, ppos); in proc_soft_watchdog()
739 int proc_watchdog_thresh(struct ctl_table *table, int write, in proc_watchdog_thresh() argument
754 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_watchdog_thresh()
784 int proc_watchdog_cpumask(struct ctl_table *table, int write, in proc_watchdog_cpumask() argument
798 err = proc_do_large_bitmap(table, write, buffer, lenp, ppos); in proc_watchdog_cpumask()