Searched refs:maploads_total (Results 1 – 1 of 1) sorted by relevance
142 static counter_u64_t maploads_total; variable161 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()