| /linux/rust/kernel/ |
| H A D | usb.rs | 136 ..unsafe { MaybeUninit::zeroed().assume_init() } in from_id() 149 ..unsafe { MaybeUninit::zeroed().assume_init() } in from_device_ver() 161 ..unsafe { MaybeUninit::zeroed().assume_init() } in from_device_info() 173 ..unsafe { MaybeUninit::zeroed().assume_init() } in from_interface_info() 186 ..unsafe { MaybeUninit::zeroed().assume_init() } in from_device_interface_class() 199 ..unsafe { MaybeUninit::zeroed().assume_init() } in from_device_interface_protocol() 212 ..unsafe { MaybeUninit::zeroed().assume_init() } in from_device_interface_number() 233 ..unsafe { MaybeUninit::zeroed().assume_init() } in from_device_and_interface_info()
|
| H A D | types.rs | 349 pub const fn zeroed() -> Self { in zeroed() method 351 value: UnsafeCell::new(MaybeUninit::zeroed()), in zeroed()
|
| H A D | auxiliary.rs | 135 let mut id: bindings::auxiliary_device_id = pin_init::zeroed(); in new() 349 let boxed = KBox::new(Opaque::<bindings::auxiliary_device>::zeroed(), GFP_KERNEL)?; in new()
|
| H A D | i2c.rs | 49 let mut i2c: bindings::i2c_device_id = pin_init::zeroed(); in new() 445 let mut i2c_board_info: bindings::i2c_board_info = pin_init::zeroed(); in new()
|
| H A D | device_id.rs | 123 sentinel: MaybeUninit::zeroed(),
|
| H A D | scatterlist.rs | 273 let sgt = Opaque::zeroed(); in new()
|
| /linux/rust/kernel/debugfs/ |
| H A D | file_ops.rs | 138 ..pin_init::zeroed() 190 ..pin_init::zeroed() 245 ..pin_init::zeroed() 297 ..pin_init::zeroed() 351 ..pin_init::zeroed() 376 ..pin_init::zeroed()
|
| /linux/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/rust/pin-init/src/ |
| H A D | lib.rs | 1513 fn zeroed() -> Self in zeroed() method 1517 zeroed() in zeroed() 1577 pub const fn zeroed<T: Zeroable>() -> T { in zeroed() function 1579 unsafe { core::mem::zeroed() } in zeroed()
|
| H A D | macros.rs | |
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-v4l2-mplane.rst | 48 - Reserved for future extensions. Should be zeroed by drivers and 119 - 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-enum-frameintervals.rst | 155 - Reserved space for future use. Must be zeroed by drivers and
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | struct_ops_module.c | 63 int zeroed; member
|
| /linux/rust/kernel/block/mq/ |
| H A D | tag_set.rs | 41 let tag_set: bindings::blk_mq_tag_set = pin_init::zeroed(); in new()
|
| /linux/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/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/Documentation/driver-api/serial/ |
| H A D | serial-iso7816.rst | 54 /* Reserved fields as to be zeroed */
|
| /linux/net/core/ |
| H A D | gro.c | 490 BUILD_BUG_ON(sizeof_field(struct napi_gro_cb, zeroed) != sizeof(u32)); in dev_gro_receive() 491 BUILD_BUG_ON(!IS_ALIGNED(offsetof(struct napi_gro_cb, zeroed), in dev_gro_receive() 493 *(u32 *)&NAPI_GRO_CB(skb)->zeroed = 0; in dev_gro_receive()
|
| /linux/Documentation/userspace-api/ |
| H A D | futex2.rst | 43 the upper bits are zeroed. ``uintptr_t`` does the tricky and it works for
|
| /linux/arch/sh/ |
| H A D | Kconfig.debug | 82 can already be guaranteed to ber zeroed on boot, say Y.
|
| /linux/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/Documentation/ABI/testing/ |
| H A D | sysfs-fs-ext4 | 104 The maximum number of kilobytes which will be zeroed
|
| /linux/mm/ |
| H A D | vmalloc.c | 4536 size_t zeroed = zero_iter(iter, to_zero); in vmap_ram_vread_iter() local 4538 addr += zeroed; in vmap_ram_vread_iter() 4539 remains -= zeroed; in vmap_ram_vread_iter() 4541 if (remains == 0 || zeroed != to_zero) in vmap_ram_vread_iter() 4651 size_t zeroed = zero_iter(iter, to_zero); in vread_iter() local 4653 addr += zeroed; in vread_iter() 4654 remains -= zeroed; in vread_iter() 4656 if (remains == 0 || zeroed != to_zero) in vread_iter()
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | group_descr.rst | 173 - inode table is zeroed (EXT4_BG_INODE_ZEROED).
|