Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/core/
Dcq.c158 queue_work(cq->comp_wq, &cq->work); in ib_cq_poll_work()
165 queue_work(cq->comp_wq, &cq->work); in ib_cq_completion_workqueue()
234 cq->comp_wq = (cq->poll_ctx == IB_POLL_WORKQUEUE) ? in __ib_alloc_cq_user()
/Linux-v5.4/include/rdma/
Dib_verbs.h1556 struct workqueue_struct *comp_wq; member