Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dworkqueue.c429 static bool wq_online; /* can kworkers be created yet? */ variable
3919 if (WARN_ON(!wq_online)) in __flush_workqueue()
4175 if (WARN_ON(!wq_online)) in __flush_work()
4336 if (wq_online) in __cancel_work_sync()
5020 if (wq_online && !create_worker(pool)) in get_unbound_pool()
5717 if (wq_online && init_rescuer(wq) < 0) in __alloc_workqueue()
7909 wq_online = true; in workqueue_init()