Searched refs:ib_poll_cq (Results 1 – 4 of 4) sorted by relevance
71 CPU上同时安全地调用ib_poll_cq()。然而,不同的ib_poll_cq()调用之间
62 example, a consumer may safely call ib_poll_cq() on multiple CPUs64 information between different calls of ib_poll_cq() is not defined.
265 while ((nr = ib_poll_cq(cq, RDS_IB_WC_MAX, wcs)) > 0) { in poll_scq()310 while ((nr = ib_poll_cq(cq, RDS_IB_WC_MAX, wcs)) > 0) { in poll_rcq()
4084 static inline int ib_poll_cq(struct ib_cq *cq, int num_entries, in ib_poll_cq() function