Home
last modified time | relevance | path

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

12345678910>>...105

/Linux-v5.10/drivers/net/ethernet/broadcom/
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-v5.10/tools/perf/util/
Dunwind-libunwind.c20 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized) in unwind__prepare_access() argument
33 if (initialized) in unwind__prepare_access()
34 *initialized = true; in unwind__prepare_access()
64 if (initialized) in unwind__prepare_access()
65 *initialized = err ? false : true; in unwind__prepare_access()
Dunwind.h48 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized);
54 bool *initialized __maybe_unused) in unwind__prepare_access()
75 bool *initialized __maybe_unused) in unwind__prepare_access()
/Linux-v5.10/drivers/staging/comedi/
Dcomedidev.h30 * @device: COMEDI device to which this subdevice belongs. (Initialized by
33 * (Initialized by comedi_alloc_subdevices().)
34 * @type: Type of subdevice from &enum comedi_subdevice_type. (Initialized by
36 * @n_chan: Number of channels the subdevice supports. (Initialized by the
39 * the COMEDI core and user application. (Initialized by the low-level
42 * asynchronous acquisition commands. (Optionally initialized by the
48 * (Initialized by the low-level driver.)
50 * asynchronous acquisition commands. (Allocated and initialized during
59 * driver. (Initialized by comedi_alloc_subdevices().)
62 * corresponding channel is configured as an output. (Initialized by the
[all …]
/Linux-v5.10/drivers/staging/media/atomisp/pci/hmm/
Dhmm_reserved_pool.c49 if (repool_info->initialized) { in get_pages_from_reserved_pool()
76 if (repool_info->initialized && in free_pages_to_reserved_pool()
105 pool_info->initialized = true; in hmm_reserved_pool_setup()
184 repool_info->initialized = true; in hmm_reserved_pool_init()
205 if (!repool_info->initialized) { in hmm_reserved_pool_exit()
212 repool_info->initialized = false; in hmm_reserved_pool_exit()
244 return repool_info->initialized; in hmm_reserved_pool_inited()
Dhmm_dynamic_pool.c49 if (dypool_info->initialized) { in get_pages_from_dynamic_pool()
85 if (!dypool_info->initialized) { in free_pages_to_dynamic_pool()
162 dypool_info->initialized = true; in hmm_dynamic_pool_init()
182 if (!dypool_info->initialized) { in hmm_dynamic_pool_exit()
186 dypool_info->initialized = false; in hmm_dynamic_pool_exit()
225 return dypool_info->initialized; in hmm_dynamic_pool_inited()
/Linux-v5.10/fs/cramfs/
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-v5.10/security/
DKconfig.hardening37 variables initialized), but the performance impact depends
43 initialized before use in a function.
72 explicitly initialized. This can prevent most classes
90 initialized. This is intended to eliminate all classes
125 bool "Report forcefully initialized variables"
131 initialized. Since not all existing initializers are detected
141 the stack initialized to the poison value, which both reduces
/Linux-v5.10/drivers/net/ipa/
Dipa_endpoint.c388 u32 initialized = ipa->initialized; in ipa_endpoint_modem_exception_reset_all() local
393 * bound on that by assuming all initialized endpoints are modem->IPA. in ipa_endpoint_modem_exception_reset_all()
397 count = hweight32(initialized) + ipa_cmd_tag_process_count(); in ipa_endpoint_modem_exception_reset_all()
405 while (initialized) { in ipa_endpoint_modem_exception_reset_all()
406 u32 endpoint_id = __ffs(initialized); in ipa_endpoint_modem_exception_reset_all()
410 initialized ^= BIT(endpoint_id); in ipa_endpoint_modem_exception_reset_all()
1498 u32 initialized = ipa->initialized; in ipa_endpoint_setup() local
1501 while (initialized) { in ipa_endpoint_setup()
1502 u32 endpoint_id = __ffs(initialized); in ipa_endpoint_setup()
1504 initialized ^= BIT(endpoint_id); in ipa_endpoint_setup()
[all …]
/Linux-v5.10/Documentation/filesystems/
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-v5.10/Documentation/core-api/
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-v5.10/fs/ext4/
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*
205 /* Extent with ee_len of 0x8000 is treated as an initialized extent */ in ext4_ext_is_unwritten()
/Linux-v5.10/drivers/usb/gadget/
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-v5.10/arch/x86/xen/
Defi.c24 .revision = 0, /* Initialized later. */
29 .fw_vendor = EFI_INVALID_TABLE_ADDR, /* Initialized later. */
30 .fw_revision = 0, /* Initialized later. */
41 .nr_tables = 0, /* Initialized later. */
42 .tables = EFI_INVALID_TABLE_ADDR /* Initialized later. */
/Linux-v5.10/drivers/s390/cio/
Dvfio_ccw_cp.h31 * @initialized: whether this instance is actually initialized
41 bool initialized; member
/Linux-v5.10/include/linux/platform_data/
Dpcf857x.h9 * you leave this initialized to zero the driver will act
18 * the gpio_base value initialized.
29 * to it. If you leave n_latch initialized to zero, that last written
/Linux-v5.10/Documentation/RCU/
DNMI-RCU.rst72 data that is to be used by the callback must be initialized up -before-
75 initialized values::
111 initialized some data that is to be used by the new NMI
115 to the new NMI handler, but the old pre-initialized
/Linux-v5.10/arch/x86/kernel/
Dima_arch.c57 static bool initialized; in arch_ima_get_secureboot() local
59 if (!initialized && efi_enabled(EFI_BOOT)) { in arch_ima_get_secureboot()
64 initialized = true; in arch_ima_get_secureboot()
/Linux-v5.10/drivers/usb/typec/ucsi/
Ddisplayport.c26 bool initialized; member
58 if (!dp->override && dp->initialized) { in ucsi_displayport_enter()
192 if (!dp->override && dp->initialized) { in ucsi_displayport_vdm()
219 if (dp->initialized) in ucsi_displayport_vdm()
222 dp->initialized = true; in ucsi_displayport_vdm()
279 dp->initialized = false; in ucsi_displayport_remove_partner()
/Linux-v5.10/arch/sh/kernel/
Dhead_32.S49 * BSC has already been initialized.
50 * INTC may or may not be initialized.
51 * VBR may or may not be initialized.
52 * MMU may or may not be initialized.
53 * Cache may or may not be initialized.
54 * Hardware (including on-chip modules) may or may not be initialized.
/Linux-v5.10/Documentation/devicetree/bindings/gpio/
Dgpio-pcf857x.txt39 line. When a bit is set to zero, the corresponding line will be initialized to
41 initialized the low-level output state. If the property is not specified
42 all lines will be initialized to the input state.
/Linux-v5.10/drivers/staging/media/atomisp/include/hmm/
Dhmm_pool.h46 * @pool_inited: check whether memory pool is initialized.
83 bool initialized; member
102 bool initialized; member
/Linux-v5.10/drivers/gpu/drm/rcar-du/
Drcar_du_crtc.h33 * @initialized: whether the CRTC has been initialized and clocks enabled
55 bool initialized; member
/Linux-v5.10/drivers/visorbus/
Dvbuschannel.h13 * and client ends of the bus. The channel header area is initialized by
80 * @channel_header: Initialized by server.
81 * @hdr_info: Initialized by server.
/Linux-v5.10/Documentation/driver-api/mei/
Dmei.rst108 ENODEV Device or Connection is not initialized or ready.
145 ENODEV Device or Connection is not initialized or ready.
173 ENODEV Device is not initialized or the client not connected
198 ENODEV Device is not initialized or the client not connected

12345678910>>...105