Searched refs:buf_zone (Results 1 – 2 of 2) sorted by relevance
192 uma_zone_t buf_zone; member313 sg->addr = uma_zalloc(softc->buf_zone, M_WAITOK); in ctl_alloc_seg()326 uma_zfree(softc->buf_zone, sg->addr); in ctl_free_seg()2759 softc->buf_zone = uma_zcreate("ctlblock", CTLBLK_MAX_SEG, in ctl_be_block_init()2790 uma_zdestroy(softc->buf_zone); in ctl_be_block_shutdown()
389 uma_zone_t buf_zone; variable1257 buf_zone = uma_zcache_create("buf free cache", sizeof(struct buf), in bufinit()1584 uma_zfree(buf_zone, bp); in buf_free()1658 bp = uma_zalloc(buf_zone, M_NOWAIT); in buf_alloc()