Searched refs:BLOCK_CACHE_REQUESTS (Results 1 – 1 of 1) sorted by relevance
58 #define BLOCK_CACHE_REQUESTS (TAPDISK_DATA_REQUESTS << 3) macro126 block_cache_request_t requests[BLOCK_CACHE_REQUESTS];127 block_cache_request_t *request_free_list[BLOCK_CACHE_REQUESTS];545 cache->requests_free = BLOCK_CACHE_REQUESTS; in block_cache_open()546 for (i = 0; i < BLOCK_CACHE_REQUESTS; i++) in block_cache_open()
Completed in 5 milliseconds