Searched refs:bufmax_zone (Results 1 – 1 of 1) sorted by relevance
194 uma_zone_t bufmax_zone; member313 sg->addr = uma_zalloc(softc->bufmax_zone, M_WAITOK); in ctl_alloc_seg()327 uma_zfree(softc->bufmax_zone, sg->addr); in ctl_free_seg()2771 softc->bufmax_zone = uma_zcreate("ctlblockmax", CTLBLK_MAX_SEG, in ctl_be_block_init()2799 uma_zdestroy(softc->bufmax_zone); in ctl_be_block_shutdown()