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

/freebsd-10.0-release/sys/cam/
H A Dcam_periph.c208 SLIST_INIT(&periph->ccb_list);
958 while (SLIST_FIRST(&periph->ccb_list) == NULL) {
962 if ((SLIST_FIRST(&periph->ccb_list) != NULL)
963 && (SLIST_FIRST(&periph->ccb_list)->pinfo.priority == priority))
966 mtx_sleep(&periph->ccb_list, periph->sim->mtx, PRIBIO, "cgticb",
970 ccb_h = SLIST_FIRST(&periph->ccb_list);
971 SLIST_REMOVE_HEAD(&periph->ccb_list, periph_links.sle);
H A Dcam_periph.h127 SLIST_HEAD(, ccb_hdr) ccb_list; /* For "immediate" requests */ member in struct:cam_periph
/freebsd-10.0-release/sys/cam/scsi/
H A Dscsi_pass.c545 SLIST_INSERT_HEAD(&periph->ccb_list, &start_ccb->ccb_h,
548 wakeup(&periph->ccb_list);
H A Dscsi_pt.c430 SLIST_INSERT_HEAD(&periph->ccb_list, &start_ccb->ccb_h,
433 wakeup(&periph->ccb_list);
H A Dscsi_targ_bh.c455 SLIST_INSERT_HEAD(&periph->ccb_list, &start_ccb->ccb_h,
458 wakeup(&periph->ccb_list);
H A Dscsi_enc.c345 SLIST_INSERT_HEAD(&p->ccb_list, &sccb->ccb_h, periph_links.sle);
347 wakeup(&p->ccb_list);
H A Dscsi_sg.c395 SLIST_INSERT_HEAD(&periph->ccb_list, &start_ccb->ccb_h,
398 wakeup(&periph->ccb_list);
H A Dscsi_ch.c553 SLIST_INSERT_HEAD(&periph->ccb_list, &start_ccb->ccb_h,
556 wakeup(&periph->ccb_list);
H A Dscsi_da.c2222 SLIST_INSERT_HEAD(&periph->ccb_list, &start_ccb->ccb_h,
2225 wakeup(&periph->ccb_list);
H A Dscsi_cd.c1541 SLIST_INSERT_HEAD(&periph->ccb_list, &start_ccb->ccb_h,
1544 wakeup(&periph->ccb_list);
H A Dscsi_sa.c1729 SLIST_INSERT_HEAD(&periph->ccb_list, &start_ccb->ccb_h,
1732 wakeup(&periph->ccb_list);
/freebsd-10.0-release/sys/cam/ata/
H A Data_da.c1408 SLIST_INSERT_HEAD(&periph->ccb_list, &start_ccb->ccb_h,
1411 wakeup(&periph->ccb_list);
/freebsd-10.0-release/sys/cam/ctl/
H A Dscsi_ctl.c711 SLIST_INSERT_HEAD(&periph->ccb_list, &start_ccb->ccb_h,
714 wakeup(&periph->ccb_list);

Completed in 152 milliseconds