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

/freebsd-9.3-release/sys/cam/
H A Dcam_xpt.c162 static struct mtx cam_simq_lock; variable in typeref:struct:mtx
869 mtx_init(&cam_simq_lock, "CAM SIMQ lock", NULL, MTX_DEF);
4377 mtx_lock(&cam_simq_lock);
4380 mtx_unlock(&cam_simq_lock);
5016 mtx_lock(&cam_simq_lock);
5020 mtx_unlock(&cam_simq_lock);
5029 mtx_lock(&cam_simq_lock);
5031 mtx_unlock(&cam_simq_lock);

Completed in 44 milliseconds