Home
last modified time | relevance | path

Searched defs:DMA_ATTR_SKIP_CPU_SYNC (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/
H A Ddma.rs240 pub const DMA_ATTR_SKIP_CPU_SYNC: Attrs = Attrs(bindings::DMA_ATTR_SKIP_CPU_SYNC); constant
/linux/include/linux/
H A Ddma-mapping.h36 #define DMA_ATTR_SKIP_CPU_SYNC (1UL << 5) macro