Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/
Dxprt.c271 spin_lock_bh(&xprt->transport_lock); in xprt_lock_write()
273 spin_unlock_bh(&xprt->transport_lock); in xprt_lock_write()
375 spin_lock_bh(&xprt->transport_lock); in xprt_release_write()
377 spin_unlock_bh(&xprt->transport_lock); in xprt_release_write()
510 spin_lock_bh(&xprt->transport_lock); in xprt_write_space()
516 spin_unlock_bh(&xprt->transport_lock); in xprt_write_space()
593 spin_lock_bh(&xprt->transport_lock); in xprt_adjust_timeout()
595 spin_unlock_bh(&xprt->transport_lock); in xprt_adjust_timeout()
625 spin_lock_bh(&xprt->transport_lock); in xprt_disconnect_done()
628 spin_unlock_bh(&xprt->transport_lock); in xprt_disconnect_done()
[all …]
Dxprtsock.c464 spin_lock_bh(&xprt->transport_lock); in xs_nospace()
483 spin_unlock_bh(&xprt->transport_lock); in xs_nospace()
941 spin_lock(&xprt->transport_lock); in xs_local_data_ready()
959 spin_unlock(&xprt->transport_lock); in xs_local_data_ready()
1003 spin_lock(&xprt->transport_lock); in xs_udp_data_ready()
1024 spin_unlock(&xprt->transport_lock); in xs_udp_data_ready()
1242 spin_lock(&xprt->transport_lock); in xs_tcp_read_reply()
1247 spin_unlock(&xprt->transport_lock); in xs_tcp_read_reply()
1256 spin_unlock(&xprt->transport_lock); in xs_tcp_read_reply()
1276 spin_lock(&xprt->transport_lock); in xs_tcp_read_callback()
[all …]
Dsvcsock.c1024 spin_lock_bh(&bc_xprt->transport_lock); in receive_cb_reply()
1042 spin_unlock_bh(&bc_xprt->transport_lock); in receive_cb_reply()
1051 spin_unlock_bh(&bc_xprt->transport_lock); in receive_cb_reply()
/linux-4.1.27/net/sunrpc/xprtrdma/
Drpc_rdma.c699 spin_lock_bh(&xprt->transport_lock); in rpcrdma_connect_worker()
709 spin_unlock_bh(&xprt->transport_lock); in rpcrdma_connect_worker()
763 spin_lock(&xprt->transport_lock); in rpcrdma_reply_handler()
766 spin_unlock(&xprt->transport_lock); in rpcrdma_reply_handler()
783 spin_unlock(&xprt->transport_lock); in rpcrdma_reply_handler()
888 spin_unlock(&xprt->transport_lock); in rpcrdma_reply_handler()
/linux-4.1.27/include/linux/sunrpc/
Dxprt.h207 spinlock_t transport_lock; /* lock transport info */ member