Home
last modified time | relevance | path

Searched refs:ccb_zone (Results 1 – 4 of 4) sorted by relevance

/src/sys/cam/
H A Dcam_periph.h150 uma_zone_t ccb_zone; member
H A Dcam_xpt.c4582 uma_zfree(periph->ccb_zone, free_ccb); in xpt_free_ccb()
4601 if (periph->ccb_zone != NULL) { in xpt_get_ccb_nowait()
4603 new_ccb = uma_zalloc(periph->ccb_zone, M_ZERO|M_NOWAIT); in xpt_get_ccb_nowait()
4623 if (periph->ccb_zone != NULL) { in xpt_get_ccb()
4625 new_ccb = uma_zalloc(periph->ccb_zone, M_ZERO|M_WAITOK); in xpt_get_ccb()
/src/sys/cam/ata/
H A Data_da.c1879 periph->ccb_zone = ada_ccb_zone; in adaregister()
/src/sys/cam/scsi/
H A Dscsi_da.c2932 periph->ccb_zone = da_ccb_zone; in daregister()