Searched refs:send_mtx (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/sys/netinet6/
H A Dsend.c73 struct mtx send_mtx; variable in typeref:struct:mtx
74 #define SEND_LOCK_INIT() mtx_init(&send_mtx, "send_mtx", NULL, MTX_DEF)
75 #define SEND_LOCK() mtx_lock(&send_mtx)
76 #define SEND_UNLOCK() mtx_unlock(&send_mtx)
77 #define SEND_LOCK_DESTROY() mtx_destroy(&send_mtx)
/freebsd-10.3-release/sys/cam/
H A Dcam_xpt.c323 mtx_assert(&devq->send_mtx, MA_OWNED);
2521 mtx_lock(&devq->send_mtx);
2525 mtx_unlock(&devq->send_mtx);
2674 mtx_lock(&devq->send_mtx);
2686 mtx_unlock(&devq->send_mtx);
2896 mtx_lock(&dev->sim->devq->send_mtx);
2949 mtx_unlock(&dev->sim->devq->send_mtx);
3028 mtx_lock(&devq->send_mtx);
3032 mtx_unlock(&devq->send_mtx);
3038 mtx_lock(&devq->send_mtx);
[all...]
H A Dcam_queue.c233 mtx_init(&devq->send_mtx, "CAM queue lock", NULL, MTX_DEF);
246 mtx_destroy(&devq->send_mtx);
H A Dcam_queue.h73 struct mtx send_mtx; member in struct:cam_devq

Completed in 114 milliseconds