Searched refs:tq_work_waitq (Results 1 – 2 of 2) sorted by relevance
347 wake_up(&tq->tq_work_waitq); in task_expire_impl()724 wake_up(&tq->tq_work_waitq); in taskq_dispatch()849 wake_up(&tq->tq_work_waitq); in taskq_dispatch_ent()1029 add_wait_queue_exclusive(&tq->tq_work_waitq, &wait); in taskq_thread()1043 remove_wait_queue(&tq->tq_work_waitq, &wait); in taskq_thread()1382 init_waitqueue_head(&tq->tq_work_waitq); in taskq_create()
134 wait_queue_head_t tq_work_waitq; /* new work waitq */ member