Home
last modified time | relevance | path

Searched full:initialized (Results 1 – 25 of 2036) sorted by relevance

12345678910>>...82

/linux/include/linux/habanalabs/
H A Dhl_boot_if.h213 * 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/include/linux/comedi/
H A Dcomedidev.h29 * @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/drivers/net/ethernet/broadcom/
H A Dbnx2_fw.h11 /* 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/arch/riscv/kvm/
H A Daia_device.c82 /* 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/tools/perf/util/
H A Dunwind-libunwind.c15 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()
H A Dunwind.h46 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/rust/kernel/
H A Dinit.rs144 //! /// `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.
414 /// The fields are initialized in the order that they appear in the initializer. So it is possible
415 /// to read already initialized fields using raw pointers.
526 /// This signifies that the given field is initialized in-place. As with `struct` initializers, just
666 /// - the fields are initialized in the order given in the initializer.
703 /// - the fields are initialized in the order given in the initializer.
840 /// - returns `Ok(())` if it initialized every field of `slot`,
[all …]
/linux/fs/cramfs/
H A Duncompress.c28 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/security/integrity/platform_certs/
H A Dmachine_keyring.c19 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/Documentation/filesystems/
H A Dautofs-mount-control.rst216 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/Documentation/core-api/
H A Ddebug-objects.rst74 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/arch/x86/xen/
H A Defi.c26 .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/fs/ext4/
H A Dext4_extents.h141 * 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/drivers/usb/gadget/
H A Depautoconf.c24 * 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/drivers/gpu/drm/i915/display/
H A Dintel_hdcp_gsc_message.c28 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/tools/testing/selftests/bpf/prog_tests/
H A Darg_parsing.c36 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/drivers/android/
H A Dbinder_internal.h176 * (invariant after initialized)
185 * (invariant after initialized)
223 * (invariant after initialized)
225 * (invariant after initialized)
227 * (invariant after initialized)
357 * (invariant after initialized)
359 * (invariant after initialized)
362 * (invariant after initialized)
406 * (invariant after initialized)
410 * (invariant after initialized)
[all...]
/linux/drivers/s390/cio/
H A Dvfio_ccw_cp.h30 * @initialized: whether this instance is actually initialized
39 bool initialized; member
/linux/arch/openrisc/mm/
H A Dioremap.c27 * 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/Documentation/RCU/
H A DNMI-RCU.rst71 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/security/integrity/ima/
H A Dima_efi.c36 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/security/
H A DKconfig.hardening47 variables initialized), but the performance impact depends
53 initialized before use in a function.
84 explicitly initialized. This can prevent most classes
103 initialized. This is intended to eliminate all classes
152 bool "Report forcefully initialized variables"
158 initialized. Since not all existing initializers are detected
168 the stack initialized to the poison value, which both reduces
/linux/drivers/usb/typec/ucsi/
H A Ddisplayport.c26 bool initialized; member
59 if (!dp->override && dp->initialized) { in ucsi_displayport_enter()
207 if (!dp->override && dp->initialized) { in ucsi_displayport_vdm()
245 if (dp->initialized) in ucsi_displayport_vdm()
248 dp->initialized = true; in ucsi_displayport_vdm()
301 dp->initialized = false; in ucsi_displayport_remove_partner()
/linux/tools/testing/selftests/bpf/progs/
H A Diters_state_safety.c76 __failure __msg("expected an initialized iter_num as arg #0")
94 __failure __msg("expected an initialized iter_num as arg #0")
146 __failure __msg("expected an initialized iter_num as arg #0")
261 __failure __msg("expected an initialized iter_num as arg #0")
287 __failure __msg("expected an initialized iter_num as arg #0")
308 __failure __msg("expected an initialized iter_num as arg #0")
/linux/drivers/gpu/drm/renesas/rz-du/
H A Drzg2l_du_crtc.h32 * @initialized: whether the CRTC has been initialized and clocks enabled
45 bool initialized; member

12345678910>>...82