Searched refs:next_tail (Results 1 – 1 of 1) sorted by relevance
728 unsigned long next_tail; in rpcrdma_sendctx_put_locked() local733 next_tail = buf->rb_sc_tail; in rpcrdma_sendctx_put_locked()735 next_tail = rpcrdma_sendctx_next(buf, next_tail); in rpcrdma_sendctx_put_locked()738 rpcrdma_sendctx_unmap(buf->rb_sc_ctxs[next_tail]); in rpcrdma_sendctx_put_locked()740 } while (buf->rb_sc_ctxs[next_tail] != sc); in rpcrdma_sendctx_put_locked()743 smp_store_release(&buf->rb_sc_tail, next_tail); in rpcrdma_sendctx_put_locked()
Completed in 5 milliseconds