/linux-6.12.1/include/linux/habanalabs/ |
D | hl_boot_if.h | 213 * Initialized in: preboot 218 * Initialized in: preboot 222 * Initialized in: preboot 226 * Initialized in: u-boot 231 * Initialized in: u-boot 233 * CPU_BOOT_DEV_STS0_E2E_CRED_EN E2E credits initialized. 234 * FW initialized E2E credits. 235 * Initialized in: u-boot 237 * CPU_BOOT_DEV_STS0_HBM_CRED_EN HBM credits initialized. 238 * FW initialized HBM credits. [all …]
|
/linux-6.12.1/drivers/net/ethernet/broadcom/ |
D | bnx2_fw.h | 11 /* Initialized Values for the Completion Processor. */ 27 /* Initialized Values the Command Processor. */ 43 /* Initialized Values for the RX Processor. */ 59 /* Initialized Values for the TX Patch-up Processor. */ 75 /* Initialized Values for the TX Processor. */
|
/linux-6.12.1/include/linux/comedi/ |
D | comedidev.h | 29 * @device: COMEDI device to which this subdevice belongs. (Initialized by 32 * (Initialized by comedi_alloc_subdevices().) 33 * @type: Type of subdevice from &enum comedi_subdevice_type. (Initialized by 35 * @n_chan: Number of channels the subdevice supports. (Initialized by the 38 * the COMEDI core and user application. (Initialized by the low-level 41 * asynchronous acquisition commands. (Optionally initialized by the 47 * (Initialized by the low-level driver.) 49 * asynchronous acquisition commands. (Allocated and initialized during 58 * driver. (Initialized by comedi_alloc_subdevices().) 61 * corresponding channel is configured as an output. (Initialized by the [all …]
|
/linux-6.12.1/tools/perf/util/ |
D | unwind-libunwind.c | 15 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized) in unwind__prepare_access() argument 29 if (initialized) in unwind__prepare_access() 30 *initialized = true; in unwind__prepare_access() 61 if (initialized) in unwind__prepare_access() 62 *initialized = err ? false : true; in unwind__prepare_access()
|
D | unwind.h | 46 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized); 52 bool *initialized __maybe_unused) in unwind__prepare_access() 74 bool *initialized __maybe_unused) in unwind__prepare_access()
|
/linux-6.12.1/rust/kernel/block/mq/ |
D | gen_disk.rs | 105 // SAFETY: `tagset.raw_tag_set()` points to a valid and initialized tag set in build() 139 // SAFETY: `gendisk` is a valid pointer as we initialized it above in build() 143 // SAFETY: `gendisk` points to a valid and initialized instance. We in build() 151 // SAFETY: `gendisk` points to a valid and initialized instance of in build() 157 // SAFETY: `gendisk` points to a valid and initialized instance of in build() 164 // INVARIANT: `gendisk` was initialized above. in build() 177 /// - `gendisk` must always point to an initialized and valid `struct gendisk`. 192 // initialized instance of `struct gendisk`, and it was previously added in drop()
|
D | operations.rs | 62 /// - This function must be called for an initialized and live `hctx`. That 65 /// - `(*bd).rq` must point to an initialized and live `bindings:request`. 85 // `struct request` and the private data is properly initialized. in queue_rq_callback() 172 /// - `_set` must point to an initialized `TagSet<T>`. 173 /// - `rq` must point to an initialized `bindings::request`. 187 // SAFETY: The refcount field is allocated but not initialized, so in init_request_callback() 201 /// - `_set` must point to an initialized `TagSet<T>`. 202 /// - `rq` must point to an initialized and valid `Request`.
|
/linux-6.12.1/arch/riscv/kvm/ |
D | aia_device.c | 82 /* Writes can only be done before irqchip is initialized */ in aia_config() 176 /* Writes can only be done before irqchip is initialized */ in aia_aplic_addr() 202 /* Writes can only be done before irqchip is initialized */ in aia_imsic_addr() 261 /* Irqchip can be initialized only once */ in aia_init() 310 /* Set the initialized flag */ in aia_init() 311 kvm->arch.aia.initialized = true; in aia_init() 518 /* Proceed only if AIA was initialized successfully */ in kvm_riscv_vcpu_aia_update() 536 /* Proceed only if AIA was initialized successfully */ in kvm_riscv_vcpu_aia_reset() 553 * will be done after AIA device is initialized by the user-space. in kvm_riscv_vcpu_aia_init() 567 /* Proceed only if AIA was initialized successfully */ in kvm_riscv_vcpu_aia_deinit() [all …]
|
/linux-6.12.1/rust/kernel/ |
D | init.rs | 144 //! /// `foo` is always initialized 156 //! // - when the closure returns `Ok(())`, then it has successfully initialized and 175 //! // All fields of `RawFoo` have been initialized, since `_p` is a ZST. 185 //! // SAFETY: Since `foo` is initialized, destroying is safe. 400 /// The fields are initialized in the order that they appear in the initializer. So it is possible 401 /// to read already initialized fields using raw pointers. 514 /// This signifies that the given field is initialized in-place. As with `struct` initializers, just 654 /// - the fields are initialized in the order given in the initializer. 691 /// - the fields are initialized in the order given in the initializer. 828 /// - returns `Ok(())` if it initialized every field of `slot`, [all …]
|
/linux-6.12.1/mm/kmsan/ |
D | kmsan_test.c | 177 * Test case: ensure that kmalloc'ed memory becomes initialized after memset(). 184 kunit_info(test, "initialized kmalloc test (no reports)\n"); in test_init_kmalloc() 191 /* Test case: ensure that kzalloc() returns initialized memory. */ 197 kunit_info(test, "initialized kzalloc test (no reports)\n"); in test_init_kzalloc() 214 /* Test case: ensure that local variables with initializers are initialized. */ 220 kunit_info(test, "initialized stack variable (no reports)\n"); in test_init_stack_var() 314 * initialized pages is still considered as initialized. 323 kunit_info(test, "pages initialized via vmap (no reports)\n"); in test_init_kmsan_vmap_vunmap() 353 kunit_info(test, "vmalloc buffer can be initialized (no reports)\n"); in test_init_vmalloc() 428 /* Test case: ensure that memcpy() correctly copies initialized values. */ [all …]
|
/linux-6.12.1/security/integrity/platform_certs/ |
D | machine_keyring.c | 19 pr_notice("Machine keyring initialized\n"); in machine_keyring_init() 66 static bool initialized; in trust_moklist() local 69 if (!initialized) { in trust_moklist() 70 initialized = true; in trust_moklist()
|
/linux-6.12.1/fs/cramfs/ |
D | uncompress.c | 28 static int initialized; variable 61 if (!initialized++) { in cramfs_uncompress_init() 64 initialized = 0; in cramfs_uncompress_init() 76 if (!--initialized) { in cramfs_uncompress_exit()
|
/linux-6.12.1/Documentation/filesystems/ |
D | autofs-mount-control.rst | 216 This structure can be initialized before setting specific fields by using 250 implementation. It requires an initialized struct autofs_dev_ioctl as an 260 by loaded module. This call requires an initialized struct autofs_dev_ioctl 271 path. The open call requires an initialized struct autofs_dev_ioctl with 275 shown in /proc/mounts. The close call requires an initialized struct 287 Both of these calls require an initialized struct autofs_dev_ioctl 305 The call requires an initialized struct autofs_dev_ioctl with the 320 The call requires an initialized struct autofs_dev_ioctl with the 329 The call requires an initialized struct autofs_dev_ioctl with the 339 The call requires an initialized struct autofs_dev_ioctl with the path [all …]
|
/linux-6.12.1/Documentation/core-api/ |
D | debug-objects.rst | 74 whether the object can be initialized. Initializing is not allowed for 97 whether the object can be initialized. Initializing is not allowed for 130 allow the legitimate activation of statically allocated and initialized 191 This function is called to assert that an object has been initialized. 247 The activation of statically initialized objects is a special case. When 251 this is a legitimate case of a statically initialized object or not. In 301 The handling of statically initialized objects is a special case. The 303 initialized object or not. In this case only debug_object_init()
|
/linux-6.12.1/arch/x86/xen/ |
D | efi.c | 26 .revision = 0, /* Initialized later. */ 31 .fw_vendor = EFI_INVALID_TABLE_ADDR, /* Initialized later. */ 32 .fw_revision = 0, /* Initialized later. */ 43 .nr_tables = 0, /* Initialized later. */ 44 .tables = EFI_INVALID_TABLE_ADDR /* Initialized later. */
|
/linux-6.12.1/fs/ext4/ |
D | ext4_extents.h | 141 * initialized extent. This is 2^15 and not (2^16 - 1), since we use the 143 * particular extent is an initialized extent or an unwritten (i.e. 147 * If ee_len is <= 0x8000, it is an initialized extent. Otherwise, it is an 151 * thus we make it as a special case of initialized extent with 0x8000 length. 152 * This way we get better extent-to-group alignment for initialized extents. 153 * Hence, the maximum number of blocks we can have in an *initialized* 206 /* Extent with ee_len of 0x8000 is treated as an initialized extent */ in ext4_ext_is_unwritten()
|
/linux-6.12.1/drivers/usb/gadget/ |
D | epautoconf.c | 24 * initialized. For periodic transfers, the maximum packet 25 * size must also be initialized. This is modified on 54 * is initialized as if the endpoint were used at full speed and 122 * initialized. For periodic transfers, the maximum packet 123 * size must also be initialized. This is modified on success. 142 * is initialized as if the endpoint were used at full speed. Because of
|
/linux-6.12.1/drivers/s390/cio/ |
D | vfio_ccw_cp.h | 30 * @initialized: whether this instance is actually initialized 39 bool initialized; member
|
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_hdcp_gsc_message.c | 28 dev_err(dev, "DRM not initialized, aborting HDCP.\n"); in intel_hdcp_gsc_initiate_session() 87 dev_err(dev, "DRM not initialized, aborting HDCP.\n"); in intel_hdcp_gsc_verify_receiver_cert_prepare_km() 152 dev_err(dev, "DRM not initialized, aborting HDCP.\n"); in intel_hdcp_gsc_verify_hprime() 202 dev_err(dev, "DRM not initialized, aborting HDCP.\n"); in intel_hdcp_gsc_store_pairing_info() 255 dev_err(dev, "DRM not initialized, aborting HDCP.\n"); in intel_hdcp_gsc_initiate_locality_check() 303 dev_err(dev, "DRM not initialized, aborting HDCP.\n"); in intel_hdcp_gsc_verify_lprime() 355 dev_err(dev, "DRM not initialized, aborting HDCP.\n"); in intel_hdcp_gsc_get_session_key() 409 dev_err(dev, "DRM not initialized, aborting HDCP.\n"); in intel_hdcp_gsc_repeater_check_flow_prepare_ack() 472 dev_err(dev, "DRM not initialized, aborting HDCP.\n"); in intel_hdcp_gsc_verify_mprime() 535 dev_err(dev, "DRM not initialized, aborting HDCP.\n"); in intel_hdcp_gsc_enable_authentication() [all …]
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | arg_parsing.c | 36 if (!ASSERT_OK_PTR(set.tests, "test filters initialized")) in test_parse_test_list() 46 if (!ASSERT_OK_PTR(set.tests, "test filters initialized")) in test_parse_test_list() 60 if (!ASSERT_OK_PTR(set.tests, "test filters initialized")) in test_parse_test_list() 77 if (!ASSERT_OK_PTR(set.tests, "test filters initialized")) in test_parse_test_list() 93 if (!ASSERT_OK_PTR(set.tests, "test filters initialized")) in test_parse_test_list() 105 if (!ASSERT_OK_PTR(set.tests, "test filters initialized")) in test_parse_test_list()
|
/linux-6.12.1/arch/openrisc/mm/ |
D | ioremap.c | 27 * initialized (early serial console does this) and will want to alloc a page 29 * is initialized so this applies only to kernel pages. In the event that 30 * this is called before memory is initialized we allocate the page using
|
/linux-6.12.1/drivers/android/ |
D | binder_internal.h | 177 * (invariant after initialized) 186 * (invariant after initialized) 224 * (invariant after initialized) 226 * (invariant after initialized) 228 * (invariant after initialized) 358 * (invariant after initialized) 360 * (invariant after initialized) 363 * (invariant after initialized) 407 * (invariant after initialized) 411 * (invariant after initialized)
|
/linux-6.12.1/security/integrity/ima/ |
D | ima_efi.c | 36 static bool initialized; in arch_ima_get_secureboot() local 38 if (!initialized && efi_enabled(EFI_BOOT)) { in arch_ima_get_secureboot() 43 initialized = true; in arch_ima_get_secureboot()
|
/linux-6.12.1/Documentation/RCU/ |
D | NMI-RCU.rst | 71 data that is to be used by the callback must be initialized up -before- 74 initialized values:: 110 initialized some data that is to be used by the new NMI 114 to the new NMI handler, but the old pre-initialized
|
/linux-6.12.1/drivers/gpu/drm/renesas/rz-du/ |
D | rzg2l_du_crtc.h | 32 * @initialized: whether the CRTC has been initialized and clocks enabled 45 bool initialized; member
|