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

/freebsd-11-stable/sys/arm/arm/
H A Dbusdma_machdep-v4.c164 static counter_u64_t maploads_dmamem; variable
184 &maploads_dmamem, "Number of load operations on BUS_DMA_COHERENT memory");
185 SYSCTL_COUNTER_U64(_hw_busdma, OID_AUTO, maploads_dmamem, CTLFLAG_RD,
186 &maploads_dmamem, "Number of load operations on bus_dmamem_alloc buffers");
245 maploads_dmamem = counter_u64_alloc(M_WAITOK);
1049 counter_u64_add(maploads_dmamem, 1);
H A Dbusdma_machdep-v6.c141 static counter_u64_t maploads_dmamem; variable
161 &maploads_dmamem, "Number of load operations on BUS_DMA_COHERENT memory");
162 SYSCTL_COUNTER_U64(_hw_busdma, OID_AUTO, maploads_dmamem, CTLFLAG_RD,
163 &maploads_dmamem, "Number of load operations on bus_dmamem_alloc buffers");
223 maploads_dmamem = counter_u64_alloc(M_WAITOK);
1099 counter_u64_add(maploads_dmamem, 1);

Completed in 171 milliseconds