Home
last modified time | relevance | path

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

/aosp14/system/core/trusty/storage/proxy/
H A Dstorage.c36 #define FD_TBL_SIZE 64 macro
69 static enum sync_state fd_state[FD_TBL_SIZE];
82 if (handle < FD_TBL_SIZE) { in insert_fd()
99 if (handle < FD_TBL_SIZE) { in lookup_fd()
110 if (handle < FD_TBL_SIZE) { in remove_fd()
610 for (uint i = 0; i < FD_TBL_SIZE; i++) { in storage_init()
623 for (uint fd = 0; fd < FD_TBL_SIZE; fd++) { in storage_sync_checkpoint()