Home
last modified time | relevance | path

Searched refs:configQUEUE_REGISTRY_SIZE (Results 1 – 25 of 29) sorted by relevance

12

/Kernel-v11.1.0/include/
Dqueue.h1564 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1579 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1594 #if ( configQUEUE_REGISTRY_SIZE > 0 )
Dmpu_wrappers.h123 #if ( configQUEUE_REGISTRY_SIZE > 0 )
DFreeRTOS.h584 #ifndef configQUEUE_REGISTRY_SIZE
585 #define configQUEUE_REGISTRY_SIZE 0U macro
588 #if ( configQUEUE_REGISTRY_SIZE < 1 )
/Kernel-v11.1.0/examples/coverity/
DFreeRTOSConfig.h53 #define configQUEUE_REGISTRY_SIZE 0U macro
/Kernel-v11.1.0/examples/template_configuration/
DFreeRTOSConfig.h152 #define configQUEUE_REGISTRY_SIZE 0 macro
/Kernel-v11.1.0/
Dqueue.c148 #if ( configQUEUE_REGISTRY_SIZE > 0 )
171 PRIVILEGED_DATA QueueRegistryItem_t xQueueRegistry[ configQUEUE_REGISTRY_SIZE ];
2263 #if ( configQUEUE_REGISTRY_SIZE > 0 ) in vQueueDelete()
3007 #if ( configQUEUE_REGISTRY_SIZE > 0 )
3023 for( ux = ( UBaseType_t ) 0U; ux < ( UBaseType_t ) configQUEUE_REGISTRY_SIZE; ux++ ) in vQueueAddToRegistry()
3058 #if ( configQUEUE_REGISTRY_SIZE > 0 )
3072 for( ux = ( UBaseType_t ) 0U; ux < ( UBaseType_t ) configQUEUE_REGISTRY_SIZE; ux++ ) in pcQueueGetName()
3093 #if ( configQUEUE_REGISTRY_SIZE > 0 )
3105 for( ux = ( UBaseType_t ) 0U; ux < ( UBaseType_t ) configQUEUE_REGISTRY_SIZE; ux++ ) in vQueueUnregisterQueue()
/Kernel-v11.1.0/portable/GCC/ARM_CM85/non_secure/
Dmpu_wrappers_v2_asm.c1239 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1269 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1297 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/Kernel-v11.1.0/portable/GCC/ARM_CM55/non_secure/
Dmpu_wrappers_v2_asm.c1239 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1269 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1297 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/Kernel-v11.1.0/portable/GCC/ARM_CM55_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c1239 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1269 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1297 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/Kernel-v11.1.0/portable/GCC/ARM_CM0/
Dmpu_wrappers_v2_asm.c1365 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1398 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1429 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/Kernel-v11.1.0/portable/GCC/ARM_CM85_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c1239 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1269 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1297 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/Kernel-v11.1.0/portable/GCC/ARM_CM23/non_secure/
Dmpu_wrappers_v2_asm.c1281 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1312 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1341 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/Kernel-v11.1.0/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/
Dmpu_wrappers_v2_asm.c1281 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1312 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1341 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/Kernel-v11.1.0/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/
Dmpu_wrappers_v2_asm.c1239 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1269 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1297 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/Kernel-v11.1.0/portable/GCC/ARM_CM23_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c1281 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1312 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1341 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/Kernel-v11.1.0/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/
Dmpu_wrappers_v2_asm.c1281 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1312 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1341 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/Kernel-v11.1.0/portable/GCC/ARM_CM35P_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c1239 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1269 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1297 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/Kernel-v11.1.0/portable/GCC/ARM_CM33/non_secure/
Dmpu_wrappers_v2_asm.c1239 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1269 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1297 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/Kernel-v11.1.0/portable/GCC/ARM_CM4_MPU/
Dmpu_wrappers_v2_asm.c1239 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1269 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1297 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/Kernel-v11.1.0/portable/GCC/ARM_CM3_MPU/
Dmpu_wrappers_v2_asm.c1239 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1269 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1297 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/Kernel-v11.1.0/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/
Dmpu_wrappers_v2_asm.c1239 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1269 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1297 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/Kernel-v11.1.0/portable/GCC/ARM_CM33_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c1239 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1269 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1297 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/Kernel-v11.1.0/portable/GCC/ARM_CM35P/non_secure/
Dmpu_wrappers_v2_asm.c1239 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1269 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1297 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/Kernel-v11.1.0/portable/Common/
Dmpu_wrappers.c1606 #if configQUEUE_REGISTRY_SIZE > 0
1629 #if configQUEUE_REGISTRY_SIZE > 0
1651 #if configQUEUE_REGISTRY_SIZE > 0
/Kernel-v11.1.0/portable/RVDS/ARM_CM4_MPU/
Dmpu_wrappers_v2_asm.c1029 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1054 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1077 #if ( configQUEUE_REGISTRY_SIZE > 0 )

12