Home
last modified time | relevance | path

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

/net/sunrpc/xprtrdma/
Dverbs.c925 unsigned long next_tail; in rpcrdma_sendctx_put_locked() local
930 next_tail = buf->rb_sc_tail; in rpcrdma_sendctx_put_locked()
932 next_tail = rpcrdma_sendctx_next(buf, next_tail); in rpcrdma_sendctx_put_locked()
935 rpcrdma_sendctx_unmap(buf->rb_sc_ctxs[next_tail]); in rpcrdma_sendctx_put_locked()
937 } while (buf->rb_sc_ctxs[next_tail] != sc); in rpcrdma_sendctx_put_locked()
940 smp_store_release(&buf->rb_sc_tail, next_tail); in rpcrdma_sendctx_put_locked()