Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/
Dworkqueue.c295 static bool wq_online; /* can kworkers be created yet? */ variable
2787 if (WARN_ON(!wq_online)) in flush_workqueue()
3044 if (WARN_ON(!wq_online)) in __flush_work()
3140 if (wq_online) in __cancel_work_timer()
3651 if (wq_online && !create_worker(pool)) in get_unbound_pool()
4319 if (wq_online && init_rescuer(wq) < 0) in alloc_workqueue()
6074 wq_online = true; in workqueue_init()