Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dsvcsock.c723 * xpt_mutex ensures @rqstp's whole message is written to the socket
753 mutex_lock(&xprt->xpt_mutex); in svc_udp_sendto()
777 mutex_unlock(&xprt->xpt_mutex); in svc_udp_has_wspace()
781 mutex_unlock(&xprt->xpt_mutex); in svc_udp_has_wspace()
1288 * xpt_mutex ensures @rqstp's whole message is written to the socket in svc_tcp_sendto()
1305 mutex_lock(&xprt->xpt_mutex); in svc_tcp_sendto()
1312 mutex_unlock(&xprt->xpt_mutex);
1316 mutex_unlock(&xprt->xpt_mutex); in svc_tcp_create()
1324 mutex_unlock(&xprt->xpt_mutex);
H A Dsvc_xprt.c206 mutex_init(&xprt->xpt_mutex); in svc_xprt_init()
H A Dxprtsock.c3010 * xpt_mutex ensures @rqstp's whole message is written to the socket
3031 mutex_lock(&xprt->xpt_mutex); in bc_send_request()
3036 mutex_unlock(&xprt->xpt_mutex); in bc_send_request()
/linux/include/linux/sunrpc/
H A Dsvc_xprt.h64 struct mutex xpt_mutex; /* to serialize sending data */ member