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

/freebsd-11-stable/sys/arm/arm/
H A Dbusdma_machdep-v4.c161 static counter_u64_t maploads_total; variable
179 SYSCTL_COUNTER_U64(_hw_busdma, OID_AUTO, maploads_total, CTLFLAG_RD,
180 &maploads_total, "Number of load operations performed");
242 maploads_total = counter_u64_alloc(M_WAITOK);
960 counter_u64_add(maploads_total, 1);
1045 counter_u64_add(maploads_total, 1);
H A Dbusdma_machdep-v6.c138 static counter_u64_t maploads_total; variable
156 SYSCTL_COUNTER_U64(_hw_busdma, OID_AUTO, maploads_total, CTLFLAG_RD,
157 &maploads_total, "Number of load operations performed");
220 maploads_total = counter_u64_alloc(M_WAITOK);
1010 counter_u64_add(maploads_total, 1);
1095 counter_u64_add(maploads_total, 1);

Completed in 63 milliseconds