| /linux/rust/kernel/alloc/ |
| H A D | allocator.rs | 12 use core::alloc::Layout; 87 layout: Layout, in call() argument 88 old_layout: Layout, in call() argument 130 pub fn aligned_layout(layout: Layout) -> Layout { in aligned_layout() argument 148 layout: Layout, in realloc() argument 149 old_layout: Layout, in realloc() argument 218 layout: Layout, in realloc() argument 219 old_layout: Layout, in realloc() argument 239 layout: Layout, in realloc() argument 240 old_layout: Layout, in realloc() argument
|
| H A D | kbox.rs | 8 use core::alloc::Layout; 276 let layout = Layout::new::<MaybeUninit<T>>(); in new_uninit() 673 let layout = Layout::for_value::<T>(self); in drop()
|
| /linux/rust/kernel/ |
| H A D | alloc.rs | 26 use core::{alloc::Layout, ptr::NonNull}; 184 fn alloc(layout: Layout, flags: Flags, nid: NumaNode) -> Result<NonNull<[u8]>, AllocError> { in alloc() argument 187 unsafe { Self::realloc(None, layout, Layout::new::<()>(), flags, nid) } in alloc() 232 layout: Layout, in realloc() argument 233 old_layout: Layout, in realloc() argument 247 unsafe fn free(ptr: NonNull<u8>, layout: Layout) { in free() argument 254 Layout::new::<()>(), in free() 264 pub(crate) fn dangling_from_layout(layout: Layout) -> NonNull<u8> { in dangling_from_layout()
|
| /linux/Documentation/arch/arm/samsung/ |
| H A D | overview.rst | 31 Layout chapter 48 Layout changes
|
| /linux/Documentation/arch/arm/sti/ |
| H A D | overview.rst | 18 Layout chapter
|
| /linux/Documentation/arch/arm/stm32/ |
| H A D | overview.rst | 20 Layout chapter
|
| /linux/drivers/nvmem/layouts/ |
| H A D | Kconfig | 9 menu "Layout Types"
|
| /linux/Documentation/arch/powerpc/ |
| H A D | kaslr-booke32.rst | 7 The word KASLR stands for Kernel Address Space Layout Randomization.
|
| H A D | qe_firmware.rst | 18 V - Firmware Structure Layout 166 V - Firmware Structure Layout
|
| H A D | imc.rst | 107 LDBAR Register Layout
|
| /linux/Documentation/arch/arm/spear/ |
| H A D | overview.rst | 45 Layout chapter
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | armada-385-linksys-rango.dts | 83 /* AMD/Spansion S34ML02G2 256MiB, OEM Layout */
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-firmware-gsmi | 17 Layout:
|
| /linux/Documentation/userspace-api/media/drivers/ |
| H A D | dw100.rst | 49 Remap Register Layout
|
| /linux/Documentation/leds/ |
| H A D | leds-class-multicolor.rst | 32 Directory Layout Example
|
| /linux/Documentation/sound/designs/ |
| H A D | jack-injection.rst | 35 The Layout of Jack Injection Interface
|
| /linux/Documentation/arch/arm/ |
| H A D | memory.rst | 2 Kernel Memory Layout on ARM Linux
|
| /linux/drivers/scsi/mpt3sas/mpi/ |
| H A D | mpi2_image.h | 331 MPI2_FLASH_LAYOUT Layout[]; /*0x10 */ member
|
| /linux/Documentation/arch/riscv/ |
| H A D | vm-layout.rst | 4 Virtual Memory Layout on RISC-V Linux
|
| /linux/Documentation/gpu/nova/core/ |
| H A D | fwsec.rst | 42 FWSEC Memory Layout
|
| H A D | vbios.rst | 49 VBIOS ROM Layout
|
| /linux/Documentation/admin-guide/media/ |
| H A D | si476x.rst | 159 RSQ(Received Signal Quality) for primary tuner only. Layout is as
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | group_descr.rst | 7 associated with it. As noted in the Layout section above, the group
|
| /linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
| H A D | ethernet-driver.rst | 163 Datapath Layout Binary file (DPL) that is parsed by MC at boot time; or created
|
| /linux/fs/cramfs/ |
| H A D | README | 1 Notes on Filesystem Layout
|