Home
last modified time | relevance | path

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

/rust/helpers/
A Ddma.c5 void *rust_helper_dma_alloc_attrs(struct device *dev, size_t size, in rust_helper_dma_alloc_attrs()
12 void rust_helper_dma_free_attrs(struct device *dev, size_t size, void *cpu_addr, in rust_helper_dma_free_attrs()
A Dvmalloc.c6 rust_helper_vrealloc(const void *p, size_t size, gfp_t flags) in rust_helper_vrealloc()
A Dslab.c12 rust_helper_kvrealloc(const void *p, size_t size, gfp_t flags) in rust_helper_kvrealloc()
A Dio.c6 void __iomem *rust_helper_ioremap(phys_addr_t offset, size_t size) in rust_helper_ioremap()
11 void __iomem *rust_helper_ioremap_np(phys_addr_t offset, size_t size) in rust_helper_ioremap_np()
/rust/pin-init/examples/
A Dlinked_list.rs71 pub fn size(&self) -> usize { in size() method
72 let mut size = 1; in size() variables
/rust/kernel/
A Ddevice_id.rs64 pub const fn size(&self) -> usize { in size() method
A Dfirmware.rs95 pub fn size(&self) -> usize { in size() method
A Ddma.rs360 pub fn size(&self) -> usize { in size() method
/rust/kernel/io/
A Dresource.rs127 pub fn size(&self) -> ResourceSize { in size() method
/rust/kernel/drm/gem/
A Dmod.rs137 fn size(&self) -> usize { in size() method

Completed in 11 milliseconds