Home
last modified time | relevance | path

Searched refs:wq_watchdog_thresh (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/kernel/
Dworkqueue.c7444 static unsigned long wq_watchdog_thresh = 30; variable
7525 unsigned long thresh = READ_ONCE(wq_watchdog_thresh) * HZ; in wq_watchdog_timer_fn()
7595 unsigned long thresh = READ_ONCE(wq_watchdog_thresh) * HZ; in wq_watchdog_touch()
7611 wq_watchdog_thresh = 0; in wq_watchdog_set_thresh()
7615 wq_watchdog_thresh = thresh; in wq_watchdog_set_thresh()
7634 wq_watchdog_thresh = thresh; in wq_watchdog_param_set_thresh()
7644 module_param_cb(watchdog_thresh, &wq_watchdog_thresh_ops, &wq_watchdog_thresh,
7650 wq_watchdog_set_thresh(wq_watchdog_thresh); in wq_watchdog_init()