Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/
Dxprt.c274 spin_lock_bh(&xprt->transport_lock); in xprt_lock_write()
276 spin_unlock_bh(&xprt->transport_lock); in xprt_lock_write()
378 spin_lock_bh(&xprt->transport_lock); in xprt_release_write()
380 spin_unlock_bh(&xprt->transport_lock); in xprt_release_write()
513 spin_lock_bh(&xprt->transport_lock); in xprt_write_space()
519 spin_unlock_bh(&xprt->transport_lock); in xprt_write_space()
596 spin_lock_bh(&xprt->transport_lock); in xprt_adjust_timeout()
598 spin_unlock_bh(&xprt->transport_lock); in xprt_adjust_timeout()
628 spin_lock_bh(&xprt->transport_lock); in xprt_disconnect_done()
631 spin_unlock_bh(&xprt->transport_lock); in xprt_disconnect_done()
[all …]
Dxprtsock.c464 spin_lock_bh(&xprt->transport_lock); in xs_nospace()
474 spin_unlock_bh(&xprt->transport_lock); in xs_nospace()
932 spin_lock_bh(&xprt->transport_lock); in xs_local_data_read_skb()
950 spin_unlock_bh(&xprt->transport_lock); in xs_local_data_read_skb()
1011 spin_lock_bh(&xprt->transport_lock); in xs_udp_data_read_skb()
1032 spin_unlock_bh(&xprt->transport_lock); in xs_udp_data_read_skb()
1294 spin_lock_bh(&xprt->transport_lock); in xs_tcp_read_reply()
1299 spin_unlock_bh(&xprt->transport_lock); in xs_tcp_read_reply()
1308 spin_unlock_bh(&xprt->transport_lock); in xs_tcp_read_reply()
1328 spin_lock_bh(&xprt->transport_lock); in xs_tcp_read_callback()
[all …]
Dsvcsock.c1049 spin_lock_bh(&bc_xprt->transport_lock); in receive_cb_reply()
1067 spin_unlock_bh(&bc_xprt->transport_lock); in receive_cb_reply()
1076 spin_unlock_bh(&bc_xprt->transport_lock); in receive_cb_reply()
/linux-4.4.14/net/sunrpc/xprtrdma/
Drpc_rdma.c706 spin_lock_bh(&xprt->transport_lock); in rpcrdma_connect_worker()
716 spin_unlock_bh(&xprt->transport_lock); in rpcrdma_connect_worker()
798 spin_lock_bh(&xprt->transport_lock); in rpcrdma_reply_handler()
903 spin_unlock_bh(&xprt->transport_lock); in rpcrdma_reply_handler()
932 spin_unlock_bh(&xprt->transport_lock); in rpcrdma_reply_handler()
939 spin_unlock_bh(&xprt->transport_lock); in rpcrdma_reply_handler()
/linux-4.4.14/include/linux/sunrpc/
Dxprt.h219 spinlock_t transport_lock; /* lock transport info */ member