Home
last modified time | relevance | path

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

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