Searched defs:Layout (Results 1 – 8 of 8) sorted by relevance
/linux/rust/kernel/alloc/ |
H A D | allocator.rs | 87 layout: Layout, in call() 88 old_layout: Layout, in call() 130 pub fn aligned_layout(layout: Layout) -> Layout { in aligned_layout() 148 layout: Layout, in realloc() 149 old_layout: Layout, in realloc() 218 layout: Layout, in realloc() 219 old_layout: Layout, in realloc() 239 layout: Layout, in realloc() 240 old_layout: Layout, in realloc()
|
/linux/rust/kernel/ |
H A D | alloc.rs | 184 fn alloc(layout: Layout, flags: Flags, nid: NumaNode) -> Result<NonNull<[u8]>, AllocError> { in alloc() 232 layout: Layout, in realloc() 233 old_layout: Layout, in realloc() 247 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
|