Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dworkqueue.c300 int nr_drainers; /* WQ: drain in progress */ member
3325 * Use __WQ_DRAINING so that queue doesn't have to check nr_drainers. in drain_workqueue()
3328 if (!wq->nr_drainers++) in drain_workqueue()
3355 if (!--wq->nr_drainers) in start_flush_work()