Searched refs:zeroed_with_attrs (Results 1 – 1 of 1) sorted by relevance
| /linux/rust/kernel/ |
| H A D | dma.rs | 521 pub fn zeroed_with_attrs( in zeroed_with_attrs() method 526 Coherent::zeroed_with_attrs(dev, gfp_flags, dma_attrs).map(Self) in zeroed_with_attrs() 532 Self::zeroed_with_attrs(dev, gfp_flags, Attrs(0)) in zeroed() 759 /// Coherent::zeroed_with_attrs(dev, GFP_KERNEL, DMA_ATTR_NO_WARN)?; 763 pub fn zeroed_with_attrs( in zeroed_with_attrs() method 771 /// Performs the same functionality as [`Coherent::zeroed_with_attrs`], except the 775 Self::zeroed_with_attrs(dev, gfp_flags, Attrs(0)) in zeroed() 778 /// Same as [`Coherent::zeroed_with_attrs`], but instead of a zero-initialization the memory is 862 /// Unlike `Coherent::<[T; N]>::zeroed_with_attrs`, `Coherent::<T>::zeroed_slices` support
|