| /kernel/liteos_a/kernel/include/ |
| D | los_cpup.h | 72 * 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 …]
|
| D | los_memory.h | 149 …* <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 …]
|
| D | los_membox.h | 105 * @retval #LOS_NOK The memory pool fails to be initialized. 106 * @retval #LOS_OK The memory pool is successfully initialized. 125 * <li>The input pool parameter must be initialized via func LOS_MemboxInit.</li> 150 * <li>The input pool parameter must be initialized via func LOS_MemboxInit.</li> 177 * <li>The input pool parameter must be initialized via func LOS_MemboxInit.</li> 203 * <li>The input pool parameter must be initialized via func LOS_MemboxInit.</li>
|
| /kernel/linux/linux-5.10/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. */
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | unwind-libunwind.c | 20 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()
|
| D | unwind.h | 48 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()
|
| /kernel/linux/linux-5.10/drivers/staging/comedi/ |
| D | comedidev.h | 30 * @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/ |
| D | los_cpup.h | 72 * CPU usage error code: The CPU usage is not initialized. 76 * Solution: Check whether the CPU usage is initialized. 231 …* <li>This API can be called only after the CPU usage is initialized. Otherwise, error codes will … 237 * @retval #OS_ERRNO_CPUP_NO_INIT 0x02001e02: The CPU usage is not initialized. 253 …* <li>This API can be called only after the CPU usage is initialized. Otherwise, the CPU usage fai… 261 * @retval #OS_ERRNO_CPUP_NO_INIT 0x02001e02: The CPU usage is not initialized. 277 …* <li>This API can be called only after the CPU usage is initialized. Otherwise, the CPU usage fai… 285 * @retval #OS_ERRNO_CPUP_NO_INIT 0x02001e02: The CPU usage is not initialized. 303 * <li>This API can be called only after the CPU usage is initialized. Otherwise, 314 * @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/ |
| D | hmm_reserved_pool.c | 49 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()
|
| D | hmm_dynamic_pool.c | 49 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/liteos_m/kernel/include/ |
| D | los_memory.h | 161 …* be initialized as a * new pool, and the rest regions will be linked as free nodes to the new p… 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 …]
|
| D | los_membox.h | 113 * @retval #LOS_NOK The memory pool fails to be initialized. 114 * @retval #LOS_OK The memory pool is successfully initialized. 133 * <li>The input pool parameter must be initialized via func LOS_MemboxInit.</li> 158 * <li>The input pool parameter must be initialized via func LOS_MemboxInit.</li> 185 * <li>The input pool parameter must be initialized via func LOS_MemboxInit.</li> 211 * <li>The input pool parameter must be initialized via func LOS_MemboxInit.</li>
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-5.10/security/ |
| D | Kconfig.hardening | 37 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/ |
| D | ipa_endpoint.c | 388 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() 1509 u32 initialized = ipa->initialized; in ipa_endpoint_setup() local 1512 while (initialized) { in ipa_endpoint_setup() 1513 u32 endpoint_id = __ffs(initialized); in ipa_endpoint_setup() 1515 initialized ^= BIT(endpoint_id); in ipa_endpoint_setup() [all …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-5.10/arch/x86/xen/ |
| D | efi.c | 24 .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-5.10/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
|
| /kernel/linux/linux-5.10/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* 205 /* Extent with ee_len of 0x8000 is treated as an initialized extent */ in ext4_ext_is_unwritten()
|
| /kernel/linux/linux-5.10/drivers/s390/cio/ |
| D | vfio_ccw_cp.h | 31 * @initialized: whether this instance is actually initialized 41 bool initialized; member
|
| /kernel/linux/linux-5.10/include/linux/platform_data/ |
| D | pcf857x.h | 9 * 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
|
| /kernel/linux/linux-5.10/Documentation/RCU/ |
| D | NMI-RCU.rst | 72 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
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| D | ima_arch.c | 57 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()
|
| /kernel/linux/linux-5.10/drivers/usb/typec/ucsi/ |
| D | displayport.c | 26 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()
|