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

/freebsd-13-stable/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-13-stable/sys/cam/
H A Dcam_xpt.c330 mtx_assert(&devq->send_mtx, MA_OWNED);
2699 mtx_lock(&devq->send_mtx);
2703 mtx_unlock(&devq->send_mtx);
2729 mtx_lock(&devq->send_mtx);
2735 mtx_unlock(&devq->send_mtx);
2740 mtx_unlock(&devq->send_mtx);
2837 mtx_lock(&devq->send_mtx);
2848 mtx_unlock(&devq->send_mtx);
3054 mtx_lock(&dev->sim->devq->send_mtx);
3098 mtx_unlock(&dev->sim->devq->send_mtx);
[all...]
H A Dcam_queue.c214 mtx_init(&devq->send_mtx, "CAM queue lock", NULL, MTX_DEF);
227 mtx_destroy(&devq->send_mtx);
H A Dcam_queue.h75 struct mtx send_mtx; member in struct:cam_devq

Completed in 101 milliseconds