Searched defs:Layout (Results 1 – 9 of 9) sorted by relevance
/linux/rust/kernel/alloc/ |
H A D | allocator.rs | 76 layout: Layout, in call() 77 old_layout: Layout, in call() 118 pub fn aligned_layout(layout: Layout) -> Layout { in aligned_layout() 134 layout: Layout, in realloc() 135 old_layout: Layout, in realloc() 153 layout: Layout, in realloc() 154 old_layout: Layout, in realloc() 177 layout: Layout, in realloc() 178 old_layout: Layout, in realloc()
|
H A D | allocator_test.rs | 28 pub fn aligned_layout(layout: Layout) -> Layout { in aligned_layout() 51 layout: Layout, in realloc() 52 old_layout: Layout, in realloc()
|
/linux/rust/kernel/ |
H A 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/Documentation/arch/arm/stm32/ |
H A D | overview.rst | 20 Layout chapter
|
/linux/Documentation/arch/arm/sti/ |
H A D | overview.rst | 18 Layout chapter
|
/linux/Documentation/arch/arm/spear/ |
H A D | overview.rst | 45 Layout chapter
|
/linux/Documentation/arch/arm/samsung/ |
H A D | overview.rst | 31 Layout chapter
|
/linux/Documentation/filesystems/ext4/ |
H A D | journal.rst | 56 Layout chapter
|
/linux/drivers/scsi/mpt3sas/mpi/ |
H A D | mpi2_image.h | 331 MPI2_FLASH_LAYOUT Layout[]; /*0x10 */ member
|