Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
__dma_mb
include/asm-generic/barrier.h
41
#ifdef __dma_mb
include/asm-generic/barrier.h
42
#define dma_mb() do { kcsan_mb(); __dma_mb(); } while (0)