Home
last modified time | relevance | path

Searched refs:zeroed (Results 1 – 25 of 52) sorted by relevance

123

/Linux-v6.1/rust/alloc/
Dalloc.rs168 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/
Dinto_iter.rs162 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/
Dpixfmt-v4l2-mplane.rst47 - Reserved for future extensions. Should be zeroed by drivers and
118 - Reserved for future extensions. Should be zeroed by drivers and
Dvidioc-enum-framesizes.rst163 - Reserved space for future use. Must be zeroed by drivers and
Dvidioc-create-bufs.rst45 array must be zeroed.
Dvidioc-enum-frameintervals.rst155 - Reserved space for future use. Must be zeroed by drivers and
Dvidioc-reqbufs.rst49 I/O method and the ``reserved`` array must be zeroed. When the ioctl is
/Linux-v6.1/arch/arm/nwfpe/
DChangeLog63 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/
Dfsl,imx-fb.txt25 If that property is omitted, the register is zeroed.
/Linux-v6.1/drivers/staging/media/deprecated/saa7146/av7110/
Dvideo-command.rst65 /* The structure must be zeroed before use by the application
Dvideo_types.rst103 The structure must be zeroed before use by the application This ensures
/Linux-v6.1/Documentation/driver-api/usb/
Dusb3-debug-port.rst76 [ 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/
Dserial-iso7816.rst54 /* Reserved fields as to be zeroed */
/Linux-v6.1/net/core/
Dgro.c497 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/
DKconfig.debug71 can already be guaranteed to ber zeroed on boot, say Y.
/Linux-v6.1/Documentation/userspace-api/
Dfutex2.rst43 the upper bits are zeroed. ``uintptr_t`` does the tricky and it works for
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-fs-ext4104 The maximum number of kilobytes which will be zeroed
/Linux-v6.1/Documentation/admin-guide/device-mapper/
Dwritecache.rst9 When the device is constructed, the first sector should be zeroed or the
/Linux-v6.1/Documentation/filesystems/ext4/
Dgroup_descr.rst173 - inode table is zeroed (EXT4_BG_INODE_ZEROED).
/Linux-v6.1/include/net/
Dgro.h42 struct_group(zeroed,
/Linux-v6.1/Documentation/filesystems/
Ddax.rst234 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
Dsysv-fs.rst117 0 on Xenix FS and SystemV FS, with a block zeroed out on Coherent FS.
/Linux-v6.1/security/
DKconfig.hardening234 allocator memory will be zeroed when allocated, eliminating
247 all page allocator and slab allocator memory will be zeroed
/Linux-v6.1/Documentation/bpf/
Dmap_cgroup_storage.rst133 multiple attach types, and each attach creates a fresh zeroed storage. The
/Linux-v6.1/Documentation/virt/kvm/x86/
Dmsr.rst196 which must be in guest RAM and must be zeroed. This memory is expected
315 must be zeroed.

123