Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/cam/
HDcam_xpt.h124 struct mtx * xpt_path_mtx(struct cam_path *path);
125 #define xpt_path_lock(path) mtx_lock(xpt_path_mtx(path))
126 #define xpt_path_unlock(path) mtx_unlock(xpt_path_mtx(path))
127 #define xpt_path_assert(path, what) mtx_assert(xpt_path_mtx(path), (what))
128 #define xpt_path_owned(path) mtx_owned(xpt_path_mtx(path))
130 msleep((chan), xpt_path_mtx(path), (priority), (wmesg), (timo))
HDcam_periph.h214 return (xpt_path_mtx(periph->path)); in cam_periph_mtx()
220 mtx_owned(xpt_path_mtx((periph)->path))
223 mtx_lock(xpt_path_mtx((periph)->path))
226 mtx_unlock(xpt_path_mtx((periph)->path))
229 mtx_assert(xpt_path_mtx((periph)->path), (what))
HDcam_xpt.c822 mtx = xpt_path_mtx(ccb->ccb_h.path); in xpt_scanner_thread()
5312 xpt_path_mtx(struct cam_path *path) in xpt_path_mtx() function
5417 mtx = xpt_path_mtx(ccb_h->path); in xpt_done_process()
5428 mtx = xpt_path_mtx(ccb_h->path); in xpt_done_process()
/freebsd-13-stable/sys/cam/ata/
HData_xpt.c1471 mtx = xpt_path_mtx(scan_info->request_ccb->ccb_h.path); in ata_scan_bus()
1477 mtx = xpt_path_mtx(scan_info->request_ccb->ccb_h.path); in ata_scan_bus()
/freebsd-13-stable/sys/cam/scsi/
HDscsi_xpt.c2031 mtx = xpt_path_mtx(scan_info->request_ccb->ccb_h.path); in scsi_scan_bus()
2096 mtx = xpt_path_mtx(scan_info->request_ccb->ccb_h.path); in scsi_scan_bus()