Searched refs:maps_total (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/arm/arm/ |
| H A D | busdma_machdep.c | 139 static uint32_t maps_total; variable 155 SYSCTL_UINT(_hw_busdma, OID_AUTO, maps_total, CTLFLAG_RD, &maps_total, 0, 742 atomic_add_32(&maps_total, 1); in bus_dmamap_create() 765 atomic_subtract_32(&maps_total, 1); in bus_dmamap_destroy() 865 atomic_add_32(&maps_total, 1); in bus_dmamem_alloc() 900 atomic_subtract_32(&maps_total, 1); in bus_dmamem_free()
|