Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cam/ctl/
Dctl_backend_block.c192 uma_zone_t buf_zone; member
313 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()
/freebsd-12-stable/sys/kern/
Dvfs_bio.c389 uma_zone_t buf_zone; variable
1257 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()