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

/freebsd-11-stable/sys/cam/ctl/
H A Dctl_backend_block.c161 uma_zone_t lun_zone; member in struct:ctl_be_block_lun
318 uma_zfree(beio->lun->lun_zone, beio->sg_segs[i].addr);
323 uma_zfree(beio->lun->lun_zone,
1335 beio->sg_segs[i].addr = uma_zalloc(be_lun->lun_zone, M_WAITOK);
1606 beio->sg_segs[i].addr = uma_zalloc(be_lun->lun_zone, M_WAITOK);
1616 uma_zalloc(be_lun->lun_zone, M_WAITOK);
2240 be_lun->lun_zone = uma_zcreate("ctlblock", CTLBLK_MAX_SEG,
2242 if (be_lun->lun_zone == NULL) {
2415 if (be_lun->lun_zone != NULL)
2416 uma_zdestroy(be_lun->lun_zone);
[all...]

Completed in 112 milliseconds