Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dworkqueue.c291 static bool wq_online; /* can kworkers be created yet? */ variable
2652 if (WARN_ON(!wq_online)) in flush_workqueue()
2908 if (WARN_ON(!wq_online)) in __flush_work()
3003 if (wq_online) in __cancel_work_timer()
3463 if (wq_online && !create_worker(pool)) in get_unbound_pool()
4109 if (wq_online && init_rescuer(wq) < 0) in __alloc_workqueue_key()
5812 wq_online = true; in workqueue_init()