Lines Matching refs:write
660 static int proc_watchdog_common(int which, struct ctl_table *table, int write, in proc_watchdog_common() argument
667 if (!write) { in proc_watchdog_common()
673 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_watchdog_common()
676 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_watchdog_common()
687 int proc_watchdog(struct ctl_table *table, int write, in proc_watchdog() argument
691 table, write, buffer, lenp, ppos); in proc_watchdog()
697 int proc_nmi_watchdog(struct ctl_table *table, int write, in proc_nmi_watchdog() argument
700 if (!nmi_watchdog_available && write) in proc_nmi_watchdog()
703 table, write, buffer, lenp, ppos); in proc_nmi_watchdog()
709 int proc_soft_watchdog(struct ctl_table *table, int write, in proc_soft_watchdog() argument
713 table, write, buffer, lenp, ppos); in proc_soft_watchdog()
719 int proc_watchdog_thresh(struct ctl_table *table, int write, in proc_watchdog_thresh() argument
727 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_watchdog_thresh()
729 if (!err && write && old != READ_ONCE(watchdog_thresh)) in proc_watchdog_thresh()
742 int proc_watchdog_cpumask(struct ctl_table *table, int write, in proc_watchdog_cpumask() argument
749 err = proc_do_large_bitmap(table, write, buffer, lenp, ppos); in proc_watchdog_cpumask()
750 if (!err && write) in proc_watchdog_cpumask()