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

/freebsd-11-stable/sys/netinet6/
H A Dsend.c72 struct mtx send_mtx; variable in typeref:struct:mtx
73 #define SEND_LOCK_INIT() mtx_init(&send_mtx, "send_mtx", NULL, MTX_DEF)
74 #define SEND_LOCK() mtx_lock(&send_mtx)
75 #define SEND_UNLOCK() mtx_unlock(&send_mtx)
76 #define SEND_LOCK_DESTROY() mtx_destroy(&send_mtx)
/freebsd-11-stable/sys/cam/
H A Dcam_xpt.c319 mtx_assert(&devq->send_mtx, MA_OWNED);
2580 mtx_lock(&devq->send_mtx);
2584 mtx_unlock(&devq->send_mtx);
2628 mtx_lock(&devq->send_mtx);
2634 mtx_unlock(&devq->send_mtx);
2639 mtx_unlock(&devq->send_mtx);
2735 mtx_lock(&devq->send_mtx);
2746 mtx_unlock(&devq->send_mtx);
2955 mtx_lock(&dev->sim->devq->send_mtx);
3008 mtx_unlock(&dev->sim->devq->send_mtx);
[all...]
H A Dcam_queue.c236 mtx_init(&devq->send_mtx, "CAM queue lock", NULL, MTX_DEF);
249 mtx_destroy(&devq->send_mtx);
H A Dcam_queue.h73 struct mtx send_mtx; member in struct:cam_devq

Completed in 119 milliseconds