Searched refs:CAM_PERIPH_LOCKED (Results 1 – 3 of 3) sorted by relevance
129 #define CAM_PERIPH_LOCKED 0x02 macro
499 while ((periph->flags & CAM_PERIPH_LOCKED) != 0) { in cam_periph_hold()512 periph->flags |= CAM_PERIPH_LOCKED; in cam_periph_hold()522 periph->flags &= ~CAM_PERIPH_LOCKED; in cam_periph_unhold()
1604 if ((periph->flags & CAM_PERIPH_LOCKED) == 0) { in saioctl()