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

/freebsd-10.1-release/sys/cam/
H A Dcam_xpt_internal.h136 struct mtx luns_mtx; /* Protection for luns field. */ member in struct:cam_et
H A Dcam_xpt.c4602 mtx_init(&target->luns_mtx, "CAM LUNs lock", NULL, MTX_DEF);
4649 mtx_destroy(&target->luns_mtx);
/freebsd-10.1-release/sys/cam/scsi/
H A Dscsi_xpt.c1717 mtx_lock(&path->target->luns_mtx);
1720 mtx_unlock(&path->target->luns_mtx);
2009 mtx_lock(&target->luns_mtx);
2051 mtx_unlock(&target->luns_mtx);
2060 mtx_unlock(&target->luns_mtx);
2080 mtx_unlock(&target->luns_mtx);

Completed in 124 milliseconds