Searched defs:Layout (Results 1 – 11 of 11) sorted by relevance
/linux-6.14.4/rust/kernel/alloc/ |
D | allocator.rs | 86 layout: Layout, in call() 87 old_layout: Layout, in call() 133 layout: Layout, in realloc() 134 old_layout: Layout, in realloc() 150 layout: Layout, in realloc() 151 old_layout: Layout, in realloc() 174 layout: Layout, in realloc() 175 old_layout: Layout, in realloc()
|
D | allocator_test.rs | 40 layout: Layout, in realloc() 41 old_layout: Layout, in realloc()
|
D | layout.rs | 103 impl<T> From<ArrayLayout<T>> for Layout { implementation
|
/linux-6.14.4/rust/kernel/ |
D | alloc.rs | 156 fn alloc(layout: Layout, flags: Flags) -> Result<NonNull<[u8]>, AllocError> { in alloc() 196 layout: Layout, in realloc() 197 old_layout: Layout, in realloc() 210 unsafe fn free(ptr: NonNull<u8>, layout: Layout) { in free()
|
/linux-6.14.4/Documentation/filesystems/ext4/ |
D | blockgroup.rst | 3 Layout chapter
|
D | journal.rst | 56 Layout chapter
|
/linux-6.14.4/Documentation/arch/arm/stm32/ |
D | overview.rst | 20 Layout chapter
|
/linux-6.14.4/Documentation/arch/arm/sti/ |
D | overview.rst | 18 Layout chapter
|
/linux-6.14.4/Documentation/arch/arm/spear/ |
D | overview.rst | 45 Layout chapter
|
/linux-6.14.4/Documentation/arch/arm/samsung/ |
D | overview.rst | 31 Layout chapter
|
/linux-6.14.4/drivers/scsi/mpt3sas/mpi/ |
D | mpi2_image.h | 331 MPI2_FLASH_LAYOUT Layout[]; /*0x10 */ member
|