Home
last modified time | relevance | path

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

12345678910>>...188

/kernel/linux/linux-4.19/arch/x86/kernel/fpu/
Dcore.c104 if (fpu->initialized) { in __kernel_fpu_begin()
119 if (fpu->initialized) in __kernel_fpu_end()
150 if (fpu->initialized) { in fpu__save()
193 if (!src_fpu->initialized || !static_cpu_has(X86_FEATURE_FPU)) in fpu__copy()
230 if (!fpu->initialized) { in fpu__initialize()
236 fpu->initialized = 1; in fpu__initialize()
252 * if they've never been initialized.
261 if (!fpu->initialized) { in fpu__prepare_read()
267 fpu->initialized = 1; in fpu__prepare_read()
293 if (fpu->initialized) { in fpu__prepare_write()
[all …]
/kernel/liteos_a/kernel/include/
Dlos_cpup.h72 * CPU usage error code: The CPU usage is not initialized.
76 * Solution: Check whether the CPU usage is initialized.
145 …* <li>This API can be called only after the CPU usage is initialized. Otherwise, the CPU usage fai…
153 * @retval #LOS_ERRNO_CPUP_NO_INIT The CPU usage is not initialized.
170 * <li>This API can be called only after the CPU usage is initialized. Otherwise,
182 * @retval #LOS_ERRNO_CPUP_NO_INIT The CPU usage is not initialized.
200 * <li>This API can be called only after the CPU usage is initialized. Otherwise,
212 * @retval #LOS_ERRNO_CPUP_NO_INIT The CPU usage is not initialized.
230 …* <li>This API can be called only after the CPU usage is initialized. Otherwise, the CPU usage fai…
244 * @retval #LOS_ERRNO_CPUP_NO_INIT The CPU usage is not initialized.
[all …]
Dlos_memory.h149 …* <li>Call this API when dynamic memory needs to be initialized during the startup of Huawei LiteO…
157 * @retval #OS_ERROR The dynamic memory fails to be initialized.
158 * @retval #LOS_OK The dynamic memory is successfully initialized.
201 * <li>The input pool parameter must be initialized via func LOS_MemInit.</li>
227 * <li>The input pool parameter must be initialized via func LOS_MemInit.</li>
256 * <li>The input pool parameter must be initialized via func LOS_MemInit.</li>
288 * <li>The input pool parameter must be initialized via func LOS_MemInit.</li>
316 * <li>The input pool parameter must be initialized via func LOS_MemInit.</li>
339 * <li>The input pool parameter must be initialized via func LOS_MemInit.</li>
362 * <li>The input pool parameter must be initialized via func LOS_MemInit.</li>
[all …]
/kernel/linux/linux-4.19/tools/perf/util/
Dunwind-libunwind.c19 bool *initialized) in unwind__prepare_access() argument
29 if (initialized) in unwind__prepare_access()
30 *initialized = true; in unwind__prepare_access()
60 if (initialized) in unwind__prepare_access()
61 *initialized = err ? false : true; in unwind__prepare_access()
/kernel/linux/linux-4.19/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. */
/kernel/linux/linux-5.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. */
/kernel/linux/linux-4.19/arch/x86/include/asm/trace/
Dfpu.h16 __field(bool, initialized)
23 __entry->initialized = fpu->initialized;
29 TP_printk("x86/fpu: %p initialized: %d xfeatures: %llx xcomp_bv: %llx",
31 __entry->initialized,
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.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 …]
/kernel/liteos_m/components/cpup/
Dlos_cpup.h72 * CPU usage error code: The CPU usage is not initialized.
76 * Solution: Check whether the CPU usage is initialized.
218 …* <li>This API can be called only after the CPU usage is initialized. Otherwise, error codes will …
224 * @retval #OS_ERRNO_CPUP_NO_INIT 0x02001e02: The CPU usage is not initialized.
240 …* <li>This API can be called only after the CPU usage is initialized. Otherwise, the CPU usage fai…
247 * @retval #OS_ERRNO_CPUP_NO_INIT 0x02001e02: The CPU usage is not initialized.
263 …* <li>This API can be called only after the CPU usage is initialized. Otherwise, the CPU usage fai…
270 * @retval #OS_ERRNO_CPUP_NO_INIT 0x02001e02: The CPU usage is not initialized.
288 * <li>This API can be called only after the CPU usage is initialized. Otherwise,
299 * @retval #OS_ERRNO_CPUP_NO_INIT 0x02001e02: The CPU usage is not initialized.
[all …]
/kernel/linux/linux-5.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()
/kernel/linux/linux-4.19/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 …]
/kernel/liteos_m/kernel/include/
Dlos_memory.h160 …l be linked to the pool as free nodes. Otherwise, the first memory region will be initialized as a
172 …* initialized as the memory pool address. If not NULL, it should be a v…
177 * @retval #LOS_NOK The multiple non-continuous memory regions fails to be initialized.
178 * @retval #LOS_OK The multiple non-continuous memory regions is initialized successfully.
216 …* <li>Call this API when dynamic memory needs to be initialized during the startup of Huawei LiteO…
224 * @retval #OS_ERROR The dynamic memory fails to be initialized.
225 * @retval #LOS_OK The dynamic memory is successfully initialized.
244 * <li>The input pool parameter must be initialized via func LOS_MemInit.</li>
270 * <li>The input pool parameter must be initialized via func LOS_MemInit.</li>
299 * <li>The input pool parameter must be initialized via func LOS_MemInit.</li>
[all …]
/kernel/linux/linux-4.19/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()
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.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
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-4.19/Documentation/filesystems/
Dautofs-mount-control.txt214 This structure can be initialized before setting specific fields by using
248 implementation. It requires an initialized struct autofs_dev_ioctl as an
258 by loaded module. This call requires an initialized struct autofs_dev_ioctl
269 path. The open call requires an initialized struct autofs_dev_ioctl with
273 shown in /proc/mounts. The close call requires an initialized struct
285 Both of these calls require an initialized struct autofs_dev_ioctl
303 The call requires an initialized struct autofs_dev_ioctl with the
318 The call requires an initialized struct autofs_dev_ioctl with the
327 The call requires an initialized struct autofs_dev_ioctl with the
337 The call requires an initialized struct autofs_dev_ioctl with the path
[all …]
/kernel/linux/linux-5.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()
/kernel/linux/linux-4.19/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()
/kernel/linux/linux-5.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. */
/kernel/linux/linux-4.19/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
135 * initialized. For periodic transfers, the maximum packet
136 * size must also be initialized. This is modified on success.
155 * is initialized as if the endpoint were used at full speed. To prevent
/kernel/linux/linux-5.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

12345678910>>...188