Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_periph.h130 #define CAM_PERIPH_LOCK_WANTED 0x04 macro
H A Dcam_periph.c500 periph->flags |= CAM_PERIPH_LOCK_WANTED; in cam_periph_hold()
523 if ((periph->flags & CAM_PERIPH_LOCK_WANTED) != 0) { in cam_periph_unhold()
524 periph->flags &= ~CAM_PERIPH_LOCK_WANTED; in cam_periph_unhold()