Searched refs:old_layout (Results 1 – 3 of 3) sorted by relevance
| /linux/rust/kernel/alloc/ |
| H A D | allocator.rs | 88 old_layout: Layout, in call() 95 if old_layout.size() == 0 { in call() 149 old_layout: Layout, in realloc() 156 unsafe { ReallocFunc::KREALLOC.call(ptr, layout, old_layout, flags, nid) } in realloc() 219 old_layout: Layout, in realloc() 225 unsafe { ReallocFunc::VREALLOC.call(ptr, layout, old_layout, flags, nid) } in realloc() 240 old_layout: Layout, in realloc() 250 unsafe { ReallocFunc::KVREALLOC.call(ptr, layout, old_layout, flags, nid) } in realloc()
|
| H A D | kvec.rs | 1141 let old_layout = self.layout; in collect() localVariable 1168 old_layout.into(), in collect()
|
| /linux/rust/kernel/ |
| H A D | alloc.rs | 233 old_layout: Layout, in realloc()
|