Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Dbusdma_machdep.c145 static counter_u64_t maploads_dmamem; variable
166 &maploads_dmamem, "Number of load operations on BUS_DMA_COHERENT memory");
167 SYSCTL_COUNTER_U64(_hw_busdma, OID_AUTO, maploads_dmamem, CTLFLAG_RD,
168 &maploads_dmamem, "Number of load operations on bus_dmamem_alloc buffers");
228 maploads_dmamem = counter_u64_alloc(M_WAITOK); in busdma_init()
1150 counter_u64_add(maploads_dmamem, 1); in _bus_dmamap_load_buffer()