Lines Matching refs:write
644 static int proc_watchdog_common(int which, struct ctl_table *table, int write, in proc_watchdog_common() argument
651 if (!write) { in proc_watchdog_common()
657 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_watchdog_common()
660 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_watchdog_common()
671 int proc_watchdog(struct ctl_table *table, int write, in proc_watchdog() argument
675 table, write, buffer, lenp, ppos); in proc_watchdog()
681 int proc_nmi_watchdog(struct ctl_table *table, int write, in proc_nmi_watchdog() argument
684 if (!nmi_watchdog_available && write) in proc_nmi_watchdog()
687 table, write, buffer, lenp, ppos); in proc_nmi_watchdog()
693 int proc_soft_watchdog(struct ctl_table *table, int write, in proc_soft_watchdog() argument
697 table, write, buffer, lenp, ppos); in proc_soft_watchdog()
703 int proc_watchdog_thresh(struct ctl_table *table, int write, in proc_watchdog_thresh() argument
711 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_watchdog_thresh()
713 if (!err && write && old != READ_ONCE(watchdog_thresh)) in proc_watchdog_thresh()
726 int proc_watchdog_cpumask(struct ctl_table *table, int write, in proc_watchdog_cpumask() argument
733 err = proc_do_large_bitmap(table, write, buffer, lenp, ppos); in proc_watchdog_cpumask()
734 if (!err && write) in proc_watchdog_cpumask()