Searched refs:maploads_coherent (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sys/arm/arm/ |
| HD | busdma_machdep.c | 163 static counter_u64_t maploads_coherent; variable 183 SYSCTL_COUNTER_U64(_hw_busdma, OID_AUTO, maploads_coherent, CTLFLAG_RD, 244 maploads_coherent = counter_u64_alloc(M_WAITOK); in busdma_init() 1045 counter_u64_add(maploads_coherent, 1); in _bus_dmamap_load_buffer()
|
| HD | busdma_machdep-v6.c | 154 static counter_u64_t maploads_coherent; variable 174 SYSCTL_COUNTER_U64(_hw_busdma, OID_AUTO, maploads_coherent, CTLFLAG_RD, 236 maploads_coherent = counter_u64_alloc(M_WAITOK); in busdma_init() 1141 counter_u64_add(maploads_coherent, 1); in _bus_dmamap_load_buffer()
|