Searched refs:maploads_bounced (Results 1 – 1 of 1) sorted by relevance
143 static counter_u64_t maploads_bounced; variable163 SYSCTL_COUNTER_U64(_hw_busdma, OID_AUTO, maploads_bounced, CTLFLAG_RD,164 &maploads_bounced, "Number of load operations that used bounce buffers");226 maploads_bounced = counter_u64_alloc(M_WAITOK); in busdma_init()1067 counter_u64_add(maploads_bounced, 1); in _bus_dmamap_load_phys()1163 counter_u64_add(maploads_bounced, 1); in _bus_dmamap_load_buffer()