Home
last modified time | relevance | path

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

123

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_struct_ops_module.c113 skel->struct_ops.testmod_zeroed->zeroed = 0; in test_struct_ops_not_zeroed()
131 skel->struct_ops.testmod_zeroed->zeroed = 0xdeadbeef; in test_struct_ops_not_zeroed()
/linux/Documentation/userspace-api/media/v4l/
H A 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
H A Dvidioc-enum-framesizes.rst163 - Reserved space for future use. Must be zeroed by drivers and
H A Dvidioc-enum-frameintervals.rst155 - Reserved space for future use. Must be zeroed by drivers and
H A Dvidioc-create-bufs.rst45 array must be zeroed.
/linux/tools/testing/selftests/bpf/progs/
H A Dstruct_ops_module.c63 int zeroed; member
/linux/arch/arm/nwfpe/
H A 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/Documentation/driver-api/usb/
H A 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/net/core/
H A Dgro.c488 BUILD_BUG_ON(sizeof_field(struct napi_gro_cb, zeroed) != sizeof(u32)); in dev_gro_receive()
489 BUILD_BUG_ON(!IS_ALIGNED(offsetof(struct napi_gro_cb, zeroed), in dev_gro_receive()
491 *(u32 *)&NAPI_GRO_CB(skb)->zeroed = 0; in dev_gro_receive()
/linux/Documentation/driver-api/serial/
H A Dserial-iso7816.rst54 /* Reserved fields as to be zeroed */
/linux/Documentation/userspace-api/
H A Dfutex2.rst43 the upper bits are zeroed. ``uintptr_t`` does the tricky and it works for
/linux/arch/sh/
H A DKconfig.debug82 can already be guaranteed to ber zeroed on boot, say Y.
/linux/Documentation/admin-guide/device-mapper/
H A Dwritecache.rst9 When the device is constructed, the first sector should be zeroed or the
/linux/Documentation/ABI/testing/
H A Dsysfs-fs-ext4104 The maximum number of kilobytes which will be zeroed
/linux/mm/
H A Dvmalloc.c4280 size_t zeroed = zero_iter(iter, to_zero); in vmap_ram_vread_iter() local
4282 addr += zeroed; in vmap_ram_vread_iter()
4283 remains -= zeroed; in vmap_ram_vread_iter()
4285 if (remains == 0 || zeroed != to_zero) in vmap_ram_vread_iter()
4395 size_t zeroed = zero_iter(iter, to_zero); in vread_iter() local
4397 addr += zeroed; in vread_iter()
4398 remains -= zeroed; in vread_iter()
4400 if (remains == 0 || zeroed != to_zero) in vread_iter()
/linux/Documentation/filesystems/ext4/
H A Dgroup_descr.rst173 - inode table is zeroed (EXT4_BG_INODE_ZEROED).
/linux/Documentation/filesystems/
H A 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
H A Dsysv-fs.rst117 0 on Xenix FS and SystemV FS, with a block zeroed out on Coherent FS.
/linux/security/
H A DKconfig.hardening235 allocator memory will be zeroed when allocated, eliminating
248 all page allocator and slab allocator memory will be zeroed
/linux/Documentation/bpf/
H A Dmap_cgroup_storage.rst133 multiple attach types, and each attach creates a fresh zeroed storage. The
/linux/include/net/
H A Dgro.h54 struct_group(zeroed,
/linux/rust/kernel/net/
H A Dphy.rs568 ..unsafe { core::mem::MaybeUninit::<bindings::phy_driver>::zeroed().assume_init() } in create_phy_driver()
/linux/Documentation/core-api/
H A Derrseq.rst41 A new errseq_t should always be zeroed out. An errseq_t value of all zeroes
H A Dpadata.rst94 padata, but the structure should be zeroed at initialisation time, and the
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-g-topology.rst36 :c:type:`media_v2_topology` should be zeroed. At

123