Searched refs:cam_async (Results 1 – 1 of 1) sorted by relevance
175 static struct cam_doneq cam_async; variable970 mtx_init(&cam_async.cam_doneq_mtx, "CAM async", NULL, MTX_DEF); in xpt_init()971 STAILQ_INIT(&cam_async.cam_doneq); in xpt_init()972 if (kproc_kthread_add(xpt_async_td, &cam_async, in xpt_init()3044 mtx_lock(&cam_async.cam_doneq_mtx); in xpt_action_default()3045 STAILQ_INSERT_TAIL(&cam_async.cam_doneq, &start_ccb->ccb_h, sim_links.stqe); in xpt_action_default()3047 mtx_unlock(&cam_async.cam_doneq_mtx); in xpt_action_default()3048 wakeup(&cam_async.cam_doneq); in xpt_action_default()