Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Ddma.rs707 fn alloc_with_attrs( in alloc_with_attrs() method
768 Self::alloc_with_attrs(dev, gfp_flags | __GFP_ZERO, dma_attrs) in zeroed_with_attrs()
789 let dmem = Self::alloc_with_attrs(dev, gfp_flags, dma_attrs)?; in init_with_attrs()
1049 pub fn alloc_with_attrs( in alloc_with_attrs() method
1093 Self::alloc_with_attrs(dev, size, gfp_flags, Attrs(0)) in alloc()