Home
last modified time | relevance | path

Searched refs:Layout (Results 1 – 25 of 40) sorted by relevance

12

/linux/rust/kernel/alloc/
H A Dallocator.rs12 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 Dkbox.rs8 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 Dalloc.rs26 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 Doverview.rst31 Layout chapter
48 Layout changes
/linux/Documentation/arch/arm/sti/
H A Doverview.rst18 Layout chapter
/linux/Documentation/arch/arm/stm32/
H A Doverview.rst20 Layout chapter
/linux/drivers/nvmem/layouts/
H A DKconfig9 menu "Layout Types"
/linux/Documentation/arch/powerpc/
H A Dkaslr-booke32.rst7 The word KASLR stands for Kernel Address Space Layout Randomization.
H A Dqe_firmware.rst18 V - Firmware Structure Layout
166 V - Firmware Structure Layout
H A Dimc.rst107 LDBAR Register Layout
/linux/Documentation/arch/arm/spear/
H A Doverview.rst45 Layout chapter
/linux/arch/arm/boot/dts/marvell/
H A Darmada-385-linksys-rango.dts83 /* AMD/Spansion S34ML02G2 256MiB, OEM Layout */
/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-gsmi17 Layout:
/linux/Documentation/userspace-api/media/drivers/
H A Ddw100.rst49 Remap Register Layout
/linux/Documentation/leds/
H A Dleds-class-multicolor.rst32 Directory Layout Example
/linux/Documentation/sound/designs/
H A Djack-injection.rst35 The Layout of Jack Injection Interface
/linux/Documentation/arch/arm/
H A Dmemory.rst2 Kernel Memory Layout on ARM Linux
/linux/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_image.h331 MPI2_FLASH_LAYOUT Layout[]; /*0x10 */ member
/linux/Documentation/arch/riscv/
H A Dvm-layout.rst4 Virtual Memory Layout on RISC-V Linux
/linux/Documentation/gpu/nova/core/
H A Dfwsec.rst42 FWSEC Memory Layout
H A Dvbios.rst49 VBIOS ROM Layout
/linux/Documentation/admin-guide/media/
H A Dsi476x.rst159 RSQ(Received Signal Quality) for primary tuner only. Layout is as
/linux/Documentation/filesystems/ext4/
H A Dgroup_descr.rst7 associated with it. As noted in the Layout section above, the group
/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Dethernet-driver.rst163 Datapath Layout Binary file (DPL) that is parsed by MC at boot time; or created
/linux/fs/cramfs/
H A DREADME1 Notes on Filesystem Layout

12