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

/freebsd-11-stable/sys/arm/arm/
H A Dbusdma_machdep-v4.c158 static uint32_t maps_total; variable
173 SYSCTL_UINT(_hw_busdma, OID_AUTO, maps_total, CTLFLAG_RD, &maps_total, 0,
646 atomic_add_32(&maps_total, 1);
669 atomic_subtract_32(&maps_total, 1);
760 atomic_add_32(&maps_total, 1);
794 atomic_subtract_32(&maps_total, 1);
H A Dbusdma_machdep-v6.c135 static uint32_t maps_total; variable
150 SYSCTL_UINT(_hw_busdma, OID_AUTO, maps_total, CTLFLAG_RD, &maps_total, 0,
698 atomic_add_32(&maps_total, 1);
721 atomic_subtract_32(&maps_total, 1);
814 atomic_add_32(&maps_total, 1);
848 atomic_subtract_32(&maps_total, 1);

Completed in 72 milliseconds