Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_workqueue.c85 STATIC UINT32 WorkqueueIsEmpty(cpu_workqueue_struct *cwq) in WorkqueueIsEmpty() function
191 if (WorkqueueIsEmpty(cwq)) { in WorkerThread()
206 if (!WorkqueueIsEmpty(cwq)) { in RunWorkqueue()
278 if (WorkqueueIsEmpty(wq->cpu_wq)) { in QueueWorkOn()
385 if (!WorkqueueIsEmpty(wq->cpu_wq)) { in queue_delayed_work()
536 if (WorkqueueIsEmpty(wq->cpu_wq) && (wq->delayed_work_count == 0)) { in drain_workqueue()