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

/freebsd-11-stable/sys/arm/arm/
H A Dbusdma_machdep-v4.c160 static uint32_t maps_coherent; variable
177 SYSCTL_UINT(_hw_busdma, OID_AUTO, maps_coherent, CTLFLAG_RD, &maps_coherent, 0,
645 atomic_add_32(&maps_coherent, 1);
668 atomic_subtract_32(&maps_coherent, 1);
758 atomic_add_32(&maps_coherent, 1);
793 atomic_subtract_32(&maps_coherent, 1);
H A Dbusdma_machdep-v6.c137 static uint32_t maps_coherent; variable
154 SYSCTL_UINT(_hw_busdma, OID_AUTO, maps_coherent, CTLFLAG_RD, &maps_coherent, 0,
697 atomic_add_32(&maps_coherent, 1);
720 atomic_subtract_32(&maps_coherent, 1);
812 atomic_add_32(&maps_coherent, 1);
847 atomic_subtract_32(&maps_coherent, 1);

Completed in 86 milliseconds