Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/
Ddma.rs132 pub struct CoherentAllocation<T: AsBytes + FromBytes> { struct
140 impl<T: AsBytes + FromBytes> CoherentAllocation<T> { impl
286 impl<T: AsBytes + FromBytes> Drop for CoherentAllocation<T> { implementation
306 unsafe impl<T: AsBytes + FromBytes + Send> Send for CoherentAllocation<T> {} implementation