Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/
Dworkqueue.c313 static bool wq_online; /* can kworkers be created yet? */ variable
2806 if (WARN_ON(!wq_online)) in __flush_workqueue()
3063 if (WARN_ON(!wq_online)) in __flush_work()
3159 if (wq_online) in __cancel_work_timer()
3679 if (wq_online && !create_worker(pool)) in get_unbound_pool()
4347 if (wq_online && init_rescuer(wq) < 0) in alloc_workqueue()
6121 wq_online = true; in workqueue_init()