Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Dbusdma_machdep.c142 static counter_u64_t maploads_total; variable
161 SYSCTL_COUNTER_U64(_hw_busdma, OID_AUTO, maploads_total, CTLFLAG_RD,
162 &maploads_total, "Number of load operations performed");
225 maploads_total = counter_u64_alloc(M_WAITOK); in busdma_init()
1061 counter_u64_add(maploads_total, 1); in _bus_dmamap_load_phys()
1146 counter_u64_add(maploads_total, 1); in _bus_dmamap_load_buffer()