Home
last modified time | relevance | path

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

/linux/kernel/
H A Dworkqueue.c429 static bool wq_online; /* can kworkers be created yet? */ variable
3933 if (WARN_ON(!wq_online)) in __flush_workqueue()
4189 if (WARN_ON(!wq_online)) in __flush_work()
4350 if (wq_online) in __cancel_work_sync()
5034 if (wq_online && !create_worker(pool)) in get_unbound_pool()
5731 if (wq_online && init_rescuer(wq) < 0) in __alloc_workqueue()
7923 wq_online = true; in workqueue_init()