Home
last modified time | relevance | path

Searched refs:cam_doneq_mtx (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/cam/
H A Dcam_xpt.c167 struct mtx_padalign cam_doneq_mtx; member
955 mtx_init(&cam_doneqs[i].cam_doneq_mtx, "CAM doneq", NULL, in xpt_init()
970 mtx_init(&cam_async.cam_doneq_mtx, "CAM async", NULL, MTX_DEF); in xpt_init()
3044 mtx_lock(&cam_async.cam_doneq_mtx); in xpt_action_default()
3047 mtx_unlock(&cam_async.cam_doneq_mtx); in xpt_action_default()
4503 mtx_lock(&queue->cam_doneq_mtx); in xpt_done()
4507 mtx_unlock(&queue->cam_doneq_mtx); in xpt_done()
5388 mtx_lock(&queue->cam_doneq_mtx); in xpt_async_td()
5391 msleep(&queue->cam_doneq, &queue->cam_doneq_mtx, in xpt_async_td()
5394 mtx_unlock(&queue->cam_doneq_mtx); in xpt_async_td()
[all …]