Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cam/
HDcam_periph.h125 #define CAM_PERIPH_LOCK_WANTED 0x04 macro
HDcam_periph.c493 periph->flags |= CAM_PERIPH_LOCK_WANTED; in cam_periph_hold()
516 if ((periph->flags & CAM_PERIPH_LOCK_WANTED) != 0) { in cam_periph_unhold()
517 periph->flags &= ~CAM_PERIPH_LOCK_WANTED; in cam_periph_unhold()