Searched refs:zeroed (Results 1 – 25 of 52) sorted by relevance
123
/Linux-v6.1/rust/alloc/ |
D | alloc.rs | 168 fn alloc_impl(&self, layout: Layout, zeroed: bool) -> Result<NonNull<[u8]>, AllocError> { in alloc_impl() 173 let raw_ptr = if zeroed { alloc_zeroed(layout) } else { alloc(layout) }; in alloc_impl() 187 zeroed: bool, in grow_impl() 195 0 => self.alloc_impl(new_layout, zeroed), in grow_impl() 207 if zeroed { in grow_impl() 219 let new_ptr = self.alloc_impl(new_layout, zeroed)?; in grow_impl()
|
/Linux-v6.1/rust/alloc/vec/ |
D | into_iter.rs | 162 Some(unsafe { mem::zeroed() }) in next() 222 if mem::size_of::<T>() == 0 { mem::zeroed() } else { ptr::read(self.ptr.add(i)) } in __iterator_get_unchecked() 238 Some(unsafe { mem::zeroed() }) in next_back()
|
/Linux-v6.1/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-v6.1/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-v6.1/Documentation/devicetree/bindings/display/imx/ |
D | fsl,imx-fb.txt | 25 If that property is omitted, the register is zeroed.
|
/Linux-v6.1/drivers/staging/media/deprecated/saa7146/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-v6.1/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-v6.1/Documentation/driver-api/serial/ |
D | serial-iso7816.rst | 54 /* Reserved fields as to be zeroed */
|
/Linux-v6.1/net/core/ |
D | gro.c | 497 BUILD_BUG_ON(sizeof_field(struct napi_gro_cb, zeroed) != sizeof(u32)); in dev_gro_receive() 498 BUILD_BUG_ON(!IS_ALIGNED(offsetof(struct napi_gro_cb, zeroed), in dev_gro_receive() 500 *(u32 *)&NAPI_GRO_CB(skb)->zeroed = 0; in dev_gro_receive()
|
/Linux-v6.1/arch/sh/ |
D | Kconfig.debug | 71 can already be guaranteed to ber zeroed on boot, say Y.
|
/Linux-v6.1/Documentation/userspace-api/ |
D | futex2.rst | 43 the upper bits are zeroed. ``uintptr_t`` does the tricky and it works for
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-fs-ext4 | 104 The maximum number of kilobytes which will be zeroed
|
/Linux-v6.1/Documentation/admin-guide/device-mapper/ |
D | writecache.rst | 9 When the device is constructed, the first sector should be zeroed or the
|
/Linux-v6.1/Documentation/filesystems/ext4/ |
D | group_descr.rst | 173 - inode table is zeroed (EXT4_BG_INODE_ZEROED).
|
/Linux-v6.1/include/net/ |
D | gro.h | 42 struct_group(zeroed,
|
/Linux-v6.1/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-v6.1/security/ |
D | Kconfig.hardening | 234 allocator memory will be zeroed when allocated, eliminating 247 all page allocator and slab allocator memory will be zeroed
|
/Linux-v6.1/Documentation/bpf/ |
D | map_cgroup_storage.rst | 133 multiple attach types, and each attach creates a fresh zeroed storage. The
|
/Linux-v6.1/Documentation/virt/kvm/x86/ |
D | msr.rst | 196 which must be in guest RAM and must be zeroed. This memory is expected 315 must be zeroed.
|
123