Lines Matching refs:lenp
772 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_watchdog_common() argument
786 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_watchdog_common()
788 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_watchdog_common()
831 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_watchdog() argument
834 table, write, buffer, lenp, ppos); in proc_watchdog()
841 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_nmi_watchdog() argument
844 table, write, buffer, lenp, ppos); in proc_nmi_watchdog()
851 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_soft_watchdog() argument
854 table, write, buffer, lenp, ppos); in proc_soft_watchdog()
861 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_watchdog_thresh() argument
868 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_watchdog_thresh()