Lines Matching refs:table
856 static int proc_watchdog_common(int which, struct ctl_table *table, int write, in proc_watchdog_common() argument
860 int *watchdog_param = (int *)table->data; in proc_watchdog_common()
878 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_watchdog_common()
880 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_watchdog_common()
924 int proc_watchdog(struct ctl_table *table, int write, in proc_watchdog() argument
928 table, write, buffer, lenp, ppos); in proc_watchdog()
934 int proc_nmi_watchdog(struct ctl_table *table, int write, in proc_nmi_watchdog() argument
938 table, write, buffer, lenp, ppos); in proc_nmi_watchdog()
944 int proc_soft_watchdog(struct ctl_table *table, int write, in proc_soft_watchdog() argument
948 table, write, buffer, lenp, ppos); in proc_soft_watchdog()
954 int proc_watchdog_thresh(struct ctl_table *table, int write, in proc_watchdog_thresh() argument
969 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_watchdog_thresh()
999 int proc_watchdog_cpumask(struct ctl_table *table, int write, in proc_watchdog_cpumask() argument
1013 err = proc_do_large_bitmap(table, write, buffer, lenp, ppos); in proc_watchdog_cpumask()