Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/core/
Dcq.c188 queue_work(cq->comp_wq, &cq->work); in ib_cq_poll_work()
196 queue_work(cq->comp_wq, &cq->work); in ib_cq_completion_workqueue()
262 cq->comp_wq = (cq->poll_ctx == IB_POLL_WORKQUEUE) ? in __ib_alloc_cq()
/Linux-v5.10/include/rdma/
Dib_verbs.h1577 struct workqueue_struct *comp_wq; member