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

/freebsd-11-stable/sys/cam/
H A Dcam_periph.h139 SLIST_HEAD(, ccb_hdr) ccb_list; /* For "immediate" requests */ member in struct:cam_periph
H A Dcam_xpt.c3263 SLIST_INSERT_HEAD(&periph->ccb_list, &ccb->ccb_h,
3265 wakeup(&periph->ccb_list);
4610 while ((ccb_h = SLIST_FIRST(&periph->ccb_list)) == NULL ||
4616 cam_periph_sleep(periph, &periph->ccb_list, PRIBIO,
4619 SLIST_REMOVE_HEAD(&periph->ccb_list, periph_links.sle);
H A Dcam_periph.c256 SLIST_INIT(&periph->ccb_list);

Completed in 125 milliseconds