/linux-6.6.21/rust/alloc/ |
D | alloc.rs | 178 fn alloc_impl(&self, layout: Layout, zeroed: bool) -> Result<NonNull<[u8]>, AllocError> { in alloc_impl() 183 let raw_ptr = if zeroed { alloc_zeroed(layout) } else { alloc(layout) }; in alloc_impl() 197 zeroed: bool, in grow_impl() 205 0 => self.alloc_impl(new_layout, zeroed), in grow_impl() 217 if zeroed { in grow_impl() 229 let new_ptr = self.alloc_impl(new_layout, zeroed)?; in grow_impl()
|
/linux-6.6.21/rust/kernel/init/ |
D | macros.rs | 1035 @zeroed(), // Nothing means default behavior. 1050 @munch_fields(..Zeroable::zeroed()), 1060 @zeroed(()), // `()` means zero all fields not mentioned. 1100 @zeroed($($init_zeroed:expr)?), 1169 @munch_fields($(..Zeroable::zeroed())? $(,)?), 1273 @munch_fields(..Zeroable::zeroed() $(,)?), 1284 let mut zeroed = ::core::mem::zeroed(); localVariable 1287 ::core::ptr::write($slot, zeroed); 1288 zeroed = ::core::mem::zeroed(); 1296 ..zeroed
|
/linux-6.6.21/rust/alloc/vec/ |
D | into_iter.rs | 199 Some(unsafe { mem::zeroed() }) in next() 291 if T::IS_ZST { mem::zeroed() } else { ptr::read(self.ptr.add(i)) } in __iterator_get_unchecked() 307 Some(unsafe { mem::zeroed() }) in next_back()
|
D | is_zero.rs | 159 let none: Self = unsafe { core::mem::MaybeUninit::zeroed().assume_init() };
|
/linux-6.6.21/Documentation/userspace-api/media/v4l/ |
D | pixfmt-v4l2-mplane.rst | 47 - Reserved for future extensions. Should be zeroed by drivers and 118 - Reserved for future extensions. Should be zeroed by drivers and
|
D | vidioc-enum-framesizes.rst | 163 - Reserved space for future use. Must be zeroed by drivers and
|
D | vidioc-create-bufs.rst | 45 array must be zeroed.
|
D | vidioc-enum-frameintervals.rst | 155 - Reserved space for future use. Must be zeroed by drivers and
|
D | vidioc-reqbufs.rst | 49 I/O method and the ``reserved`` array must be zeroed. When the ioctl is
|
/linux-6.6.21/arch/arm/nwfpe/ |
D | ChangeLog | 63 structures, and that recycled ones may not have init_flag zeroed. 64 I couldn't even find anything that guarantees it is zeroed when
|
/linux-6.6.21/drivers/staging/media/av7110/ |
D | video-command.rst | 65 /* The structure must be zeroed before use by the application
|
D | video_types.rst | 103 The structure must be zeroed before use by the application This ensures
|
/linux-6.6.21/net/core/ |
D | gro.c | 464 BUILD_BUG_ON(sizeof_field(struct napi_gro_cb, zeroed) != sizeof(u32)); in dev_gro_receive() 465 BUILD_BUG_ON(!IS_ALIGNED(offsetof(struct napi_gro_cb, zeroed), in dev_gro_receive() 467 *(u32 *)&NAPI_GRO_CB(skb)->zeroed = 0; in dev_gro_receive()
|
/linux-6.6.21/Documentation/driver-api/usb/ |
D | usb3-debug-port.rst | 76 [ 1815.999595] usb 4-3: LPM exit latency is zeroed, disabling LPM. 144 [ 79.475003] usb 2-2.1: LPM exit latency is zeroed, disabling LPM.
|
/linux-6.6.21/Documentation/driver-api/serial/ |
D | serial-iso7816.rst | 54 /* Reserved fields as to be zeroed */
|
/linux-6.6.21/Documentation/userspace-api/ |
D | futex2.rst | 43 the upper bits are zeroed. ``uintptr_t`` does the tricky and it works for
|
/linux-6.6.21/arch/sh/ |
D | Kconfig.debug | 82 can already be guaranteed to ber zeroed on boot, say Y.
|
/linux-6.6.21/mm/ |
D | vmalloc.c | 3683 size_t zeroed = zero_iter(iter, to_zero); in vmap_ram_vread_iter() local 3685 addr += zeroed; in vmap_ram_vread_iter() 3686 remains -= zeroed; in vmap_ram_vread_iter() 3688 if (remains == 0 || zeroed != to_zero) in vmap_ram_vread_iter() 3797 size_t zeroed = zero_iter(iter, to_zero); in vread_iter() local 3799 addr += zeroed; in vread_iter() 3800 remains -= zeroed; in vread_iter() 3802 if (remains == 0 || zeroed != to_zero) in vread_iter()
|
/linux-6.6.21/Documentation/admin-guide/device-mapper/ |
D | writecache.rst | 9 When the device is constructed, the first sector should be zeroed or the
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | sysfs-fs-ext4 | 104 The maximum number of kilobytes which will be zeroed
|
/linux-6.6.21/Documentation/filesystems/ext4/ |
D | group_descr.rst | 173 - inode table is zeroed (EXT4_BG_INODE_ZEROED).
|
/linux-6.6.21/include/net/ |
D | gro.h | 51 struct_group(zeroed,
|
/linux-6.6.21/Documentation/filesystems/ |
D | dax.rst | 234 are zeroed out and converted to written extents before being returned to avoid 268 and the next time they're allocated, they will be zeroed first, which
|
D | sysv-fs.rst | 117 0 on Xenix FS and SystemV FS, with a block zeroed out on Coherent FS.
|
/linux-6.6.21/Documentation/bpf/ |
D | map_cgroup_storage.rst | 133 multiple attach types, and each attach creates a fresh zeroed storage. The
|