Home
last modified time | relevance | path

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

/freebsd/sys/cam/ctl/
H A Dctl_backend_block.c196 uma_zone_t bufmax_zone; member
315 sg->addr = uma_zalloc(softc->bufmax_zone, M_WAITOK); in ctl_alloc_seg()
329 uma_zfree(softc->bufmax_zone, sg->addr); in ctl_free_seg()
3293 softc->bufmax_zone = uma_zcreate("ctlblockmax", CTLBLK_MAX_SEG, in ctl_be_block_init()
3321 uma_zdestroy(softc->bufmax_zone); in ctl_be_block_shutdown()