Home
last modified time | relevance | path

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

/linux/rust/kernel/alloc/
H A Dallocator.rs130 pub fn aligned_layout(layout: Layout) -> Layout { in aligned_layout() method
153 let layout = Kmalloc::aligned_layout(layout); in realloc()
246 let layout = Kmalloc::aligned_layout(layout); in realloc()
/linux/rust/kernel/drm/
H A Ddevice.rs101 let layout = Kmalloc::aligned_layout(Layout::new::<Self>()); in new()