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

/freebsd-11.0-release/sys/cam/
H A Dcam_periph.h131 SLIST_HEAD(, ccb_hdr) ccb_list; /* For "immediate" requests */ member in struct:cam_periph
H A Dcam_xpt.c3206 SLIST_INSERT_HEAD(&periph->ccb_list, &ccb->ccb_h,
3208 wakeup(&periph->ccb_list);
4564 while ((ccb_h = SLIST_FIRST(&periph->ccb_list)) == NULL ||
4570 cam_periph_sleep(periph, &periph->ccb_list, PRIBIO,
4573 SLIST_REMOVE_HEAD(&periph->ccb_list, periph_links.sle);
H A Dcam_periph.c220 SLIST_INIT(&periph->ccb_list);

Completed in 65 milliseconds