Home
last modified time | relevance | path

Searched refs:item_from_index (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/rust/kernel/
H A Ddma.rs226 pub fn item_from_index(&self, offset: usize) -> Result<*mut T> { in item_from_index() method
331 let item = $crate::dma::CoherentAllocation::item_from_index(&$dma, $idx)?;
377 let item = $crate::dma::CoherentAllocation::item_from_index(&$dma, $idx)?;
382 let item = $crate::dma::CoherentAllocation::item_from_index(&$dma, $idx)?;