Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dblock_cache_priv.h27 #define BLOCK_CACHE_SIZE (APP_STORAGE_BLOCK_CACHE_SIZE) macro
29 #define BLOCK_CACHE_SIZE (64) macro
143 (sizeof(struct block_cache_entry[BLOCK_CACHE_SIZE]))
Dblock_cache.c53 static struct block_cache_entry block_cache_entries[BLOCK_CACHE_SIZE];
600 for (int retry = 0; retry < BLOCK_CACHE_SIZE; ++retry) { in block_cache_lookup()
910 assert(entry < &block_cache_entries[BLOCK_CACHE_SIZE]); in data_to_block_cache_entry()
960 for (i = 0; i < BLOCK_CACHE_SIZE; i++) { in block_cache_init()
986 for (i = 0; i < BLOCK_CACHE_SIZE; i++) { in block_cache_dev_destroy()
/trusty/user/app/storage/test/storage_host_test/
Dstorage_host_test.c353 BLOCK_CACHE_SIZE + 1, 0, 0, false, 0); in TEST_P()
371 BLOCK_CACHE_SIZE + 1, 0, 0, false, 0); in TEST_P()
421 BLOCK_CACHE_SIZE + 1, 0, 0, false, 0); in TEST_P()
440 BLOCK_CACHE_SIZE + 1, 0, 0, false, 0); in TEST_P()
552 FILE_OPEN_CREATE_EXCLUSIVE, BLOCK_CACHE_SIZE, 0, 0, false, 0); in TEST()
562 FILE_OPEN_CREATE_EXCLUSIVE, BLOCK_CACHE_SIZE, 0, 0, false, 0); in TEST()
575 BLOCK_CACHE_SIZE + 1, 0, 0, false, 0); in TEST()