Searched defs:alloc_iova (Results 1 – 3 of 3) sorted by relevance
108 fn alloc_iova(&self, size: u64, tag: u8) -> Result<u64>; in alloc_iova() method438 fn alloc_iova(&self, _size: u64, _tag: u8) -> Result<u64> { in alloc_iova() method
505 fn alloc_iova(&self, size: u64, tag: u8) -> Result<u64> { in alloc_iova() method
1354 pub fn alloc_iova(&self, size: u64, align_size: u64, alloc: Alloc) -> Result<u64> { in alloc_iova() method