| /linux-6.15/rust/pin-init/src/ |
| H A D | macros.rs | 1062 @zeroed(), // Nothing means default behavior. 1077 @munch_fields(..Zeroable::zeroed()), 1087 @zeroed(()), // `()` means zero all fields not mentioned. 1127 @zeroed($($init_zeroed:expr)?), 1199 @munch_fields($(..Zeroable::zeroed())? $(,)?), 1303 @munch_fields(..Zeroable::zeroed() $(,)?), 1314 let mut zeroed = ::core::mem::zeroed(); localVariable 1317 ::core::ptr::write($slot, zeroed); 1318 zeroed = ::core::mem::zeroed(); 1326 ..zeroed
|
| /linux-6.15/rust/pin-init/examples/ |
| H A D | big_struct_in_place.rs | 23 init!(ManagedBuf { buf <- zeroed() }) in new() 30 buf <- zeroed(), in main()
|
| /linux-6.15/rust/kernel/ |
| H A D | security.rs | 29 let mut ctx: bindings::lsm_context = unsafe { core::mem::zeroed() }; in from_secid()
|
| H A D | of.rs | 35 let mut of: bindings::of_device_id = unsafe { core::mem::zeroed() }; in new()
|
| H A D | miscdevice.rs | 35 let mut result: bindings::miscdevice = unsafe { MaybeUninit::zeroed().assume_init() }; in into_raw() 313 ..unsafe { MaybeUninit::zeroed().assume_init() }
|
| H A D | device_id.rs | 104 sentinel: MaybeUninit::zeroed(),
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_struct_ops_module.c | 113 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-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | struct_ops_module.c | 63 int zeroed; member
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A 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
|
| H A D | vidioc-enum-framesizes.rst | 163 - Reserved space for future use. Must be zeroed by drivers and
|
| H A D | vidioc-create-bufs.rst | 45 array must be zeroed.
|
| H A D | vidioc-enum-frameintervals.rst | 155 - Reserved space for future use. Must be zeroed by drivers and
|
| /linux-6.15/rust/kernel/block/mq/ |
| H A D | tag_set.rs | 43 let tag_set: bindings::blk_mq_tag_set = unsafe { core::mem::zeroed() }; in new()
|
| H A D | gen_disk.rs | 97 let mut lim: bindings::queue_limits = unsafe { core::mem::zeroed() }; in build()
|
| /linux-6.15/arch/arm/nwfpe/ |
| H A 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.15/Documentation/driver-api/usb/ |
| H A 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.15/Documentation/driver-api/serial/ |
| H A D | serial-iso7816.rst | 54 /* Reserved fields as to be zeroed */
|
| /linux-6.15/net/core/ |
| H A D | gro.c | 488 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-6.15/arch/sh/ |
| H A D | Kconfig.debug | 82 can already be guaranteed to ber zeroed on boot, say Y.
|
| /linux-6.15/Documentation/userspace-api/ |
| H A D | futex2.rst | 43 the upper bits are zeroed. ``uintptr_t`` does the tricky and it works for
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-fs-ext4 | 104 The maximum number of kilobytes which will be zeroed
|
| /linux-6.15/Documentation/admin-guide/device-mapper/ |
| H A D | writecache.rst | 9 When the device is constructed, the first sector should be zeroed or the
|
| /linux-6.15/mm/ |
| H A D | vmalloc.c | 4296 size_t zeroed = zero_iter(iter, to_zero); in vmap_ram_vread_iter() local 4298 addr += zeroed; in vmap_ram_vread_iter() 4299 remains -= zeroed; in vmap_ram_vread_iter() 4301 if (remains == 0 || zeroed != to_zero) in vmap_ram_vread_iter() 4411 size_t zeroed = zero_iter(iter, to_zero); in vread_iter() local 4413 addr += zeroed; in vread_iter() 4414 remains -= zeroed; in vread_iter() 4416 if (remains == 0 || zeroed != to_zero) in vread_iter()
|
| /linux-6.15/Documentation/filesystems/ext4/ |
| H A D | group_descr.rst | 173 - inode table is zeroed (EXT4_BG_INODE_ZEROED).
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | dax.rst | 233 are zeroed out and converted to written extents before being returned to avoid 267 and the next time they're allocated, they will be zeroed first, which
|