Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/mips/mips/
Dbusdma_machdep.c182 static uma_zone_t dmamap_zone; /* Cache of struct bus_dmamap items */ variable
231 dmamap_zone = uma_zcreate("dma maps", sizeof(struct bus_dmamap), in busdma_init()
346 map = uma_zalloc_arg(dmamap_zone, dmat, M_NOWAIT); in _busdma_alloc_dmamap()
359 uma_zfree(dmamap_zone, map); in _busdma_free_dmamap()
746 uma_zfree(dmamap_zone, map); in bus_dmamem_free()