wq_watchdog_thresh 5712 kernel/workqueue.c static unsigned long wq_watchdog_thresh = 30;
wq_watchdog_thresh 5729 kernel/workqueue.c 	unsigned long thresh = READ_ONCE(wq_watchdog_thresh) * HZ;
wq_watchdog_thresh 5791 kernel/workqueue.c 	wq_watchdog_thresh = 0;
wq_watchdog_thresh 5795 kernel/workqueue.c 		wq_watchdog_thresh = thresh;
wq_watchdog_thresh 5814 kernel/workqueue.c 		wq_watchdog_thresh = thresh;
wq_watchdog_thresh 5824 kernel/workqueue.c module_param_cb(watchdog_thresh, &wq_watchdog_thresh_ops, &wq_watchdog_thresh,
wq_watchdog_thresh 5830 kernel/workqueue.c 	wq_watchdog_set_thresh(wq_watchdog_thresh);