Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/xprtrdma/
Dverbs.c907 spin_lock(&buffer->rb_reqslock); in rpcrdma_create_req()
909 spin_unlock(&buffer->rb_reqslock); in rpcrdma_create_req()
962 spin_lock_init(&buf->rb_reqslock); in rpcrdma_buffer_create()
1046 spin_lock(&buf->rb_reqslock); in rpcrdma_buffer_destroy()
1054 spin_unlock(&buf->rb_reqslock); in rpcrdma_buffer_destroy()
1056 spin_lock(&buf->rb_reqslock); in rpcrdma_buffer_destroy()
1058 spin_unlock(&buf->rb_reqslock); in rpcrdma_buffer_destroy()
Dbackchannel.c26 spin_lock(&buf->rb_reqslock); in rpcrdma_bc_free_rqst()
28 spin_unlock(&buf->rb_reqslock); in rpcrdma_bc_free_rqst()
Dxprt_rdma.h310 spinlock_t rb_reqslock; /* protect rb_allreqs */ member