Home
last modified time | relevance | path

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

/trueos/sys/cam/
HDcam_xpt.c117 struct mtx xpt_lock; member
860 mtx_init(&xsoftc.xpt_lock, "XPT lock", NULL, MTX_DEF); in xpt_init()
884 /*mtx*/&xsoftc.xpt_lock, in xpt_init()
891 mtx_lock(&xsoftc.xpt_lock); in xpt_init()
893 mtx_unlock(&xsoftc.xpt_lock); in xpt_init()
898 mtx_unlock(&xsoftc.xpt_lock); in xpt_init()