Searched refs:rds_ib_mr_wq (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/rds/
H A Dib_mr.h110 extern struct workqueue_struct *rds_ib_mr_wq;
H A Dib_rdma.c42 struct workqueue_struct *rds_ib_mr_wq; variable in typeref:struct:workqueue_struct
498 queue_delayed_work(rds_ib_mr_wq, &ibmr->work, 0);
511 queue_delayed_work(rds_ib_mr_wq, &pool->flush_worker, 10);
520 queue_delayed_work(rds_ib_mr_wq,
679 rds_ib_mr_wq = alloc_workqueue("rds_mr_flushd", WQ_MEM_RECLAIM, 0);
680 if (!rds_ib_mr_wq)
691 destroy_workqueue(rds_ib_mr_wq);
H A Dib_frmr.c120 queue_delayed_work(rds_ib_mr_wq, &pool->flush_worker, 10);

Completed in 154 milliseconds