Searched refs:maploads_dmamem (Results 1 – 1 of 1) sorted by relevance
145 static counter_u64_t maploads_dmamem; variable166 &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()