Searched refs:rds_ib_ring_alloc (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/rds/
H A Dib_ring.c97 u32 rds_ib_ring_alloc(struct rds_ib_work_ring *ring, u32 val, u32 *pos) function
H A Dib_send.c524 work_alloc = rds_ib_ring_alloc(&ic->i_send_ring, i, &pos);
595 * should call rds_ib_ring_alloc first. */
776 work_alloc = rds_ib_ring_alloc(&ic->i_send_ring, 1, &pos);
902 work_alloc = rds_ib_ring_alloc(&ic->i_send_ring, i, &pos);
H A Dib.h417 u32 rds_ib_ring_alloc(struct rds_ib_work_ring *ring, u32 val, u32 *pos);
H A Dib_recv.c401 rds_ib_ring_alloc(&ic->i_recv_ring, 1, &pos)) {

Completed in 134 milliseconds