Lines Matching refs:table
680 static int proc_watchdog_common(int which, struct ctl_table *table, int write, in proc_watchdog_common() argument
683 int err, old, *param = table->data; in proc_watchdog_common()
693 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_watchdog_common()
696 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_watchdog_common()
707 int proc_watchdog(struct ctl_table *table, int write, in proc_watchdog() argument
711 table, write, buffer, lenp, ppos); in proc_watchdog()
717 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
747 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_watchdog_thresh()
762 int proc_watchdog_cpumask(struct ctl_table *table, int write, in proc_watchdog_cpumask() argument
769 err = proc_do_large_bitmap(table, write, buffer, lenp, ppos); in proc_watchdog_cpumask()