Home
last modified time | relevance | path

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

/system/core/trusty/storage/proxy/
Dstorage.c31 #define FD_TBL_SIZE 64 macro
45 static enum sync_state fd_state[FD_TBL_SIZE];
60 if (handle < FD_TBL_SIZE) { in insert_fd()
77 if (handle < FD_TBL_SIZE) { in lookup_fd()
88 if (handle < FD_TBL_SIZE) { in remove_fd()
472 for (uint i = 0; i < FD_TBL_SIZE; i++) { in storage_init()
490 for (uint fd = 0; fd < FD_TBL_SIZE; fd++) { in storage_sync_checkpoint()