Searched refs:xpt_mutex (Results 1 – 3 of 3) sorted by relevance
72 struct mutex xpt_mutex; /* to serialize sending data */ member
163 mutex_init(&xprt->xpt_mutex); in svc_xprt_init()883 mutex_lock(&xprt->xpt_mutex); in svc_send()889 mutex_unlock(&xprt->xpt_mutex); in svc_send()
2578 if (!mutex_trylock(&xprt->xpt_mutex)) { in bc_send_request()2580 if (!mutex_trylock(&xprt->xpt_mutex)) in bc_send_request()2588 mutex_unlock(&xprt->xpt_mutex); in bc_send_request()