Searched refs:xpt_mutex (Results 1 – 4 of 4) sorted by relevance
723 * xpt_mutex ensures @rqstp's whole message is written to the socket753 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);
206 mutex_init(&xprt->xpt_mutex); in svc_xprt_init()
3010 * xpt_mutex ensures @rqstp's whole message is written to the socket3031 mutex_lock(&xprt->xpt_mutex); in bc_send_request() 3036 mutex_unlock(&xprt->xpt_mutex); in bc_send_request()
64 struct mutex xpt_mutex; /* to serialize sending data */ member