Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/mips/
H A Dbusdma_machdep.c184 static uma_zone_t dmamap_zone; /* Cache of struct bus_dmamap items */ variable
233 dmamap_zone = uma_zcreate("dma maps", sizeof(struct bus_dmamap), in busdma_init()
348 map = uma_zalloc_arg(dmamap_zone, dmat, M_NOWAIT); in _busdma_alloc_dmamap()
361 uma_zfree(dmamap_zone, map); in _busdma_free_dmamap()
767 uma_zfree(dmamap_zone, map); in bus_dmamem_free()