Searched refs:BLOCK_CACHE_SIZE (Results 1 – 3 of 3) sorted by relevance
/trusty/user/app/storage/ |
D | block_cache_priv.h | 27 #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]))
|
D | block_cache.c | 53 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/ |
D | storage_host_test.c | 353 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()
|