Home
last modified time | relevance | path

Searched refs:entity_count (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/io/
Dio_storage.c34 static unsigned int entity_count; variable
102 if (entity_count < MAX_IO_HANDLES) { in allocate_entity()
108 ++entity_count; in allocate_entity()
123 --entity_count; in free_entity()