Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dblock-cache.c58 #define BLOCK_CACHE_REQUESTS (TAPDISK_DATA_REQUESTS << 3) macro
126 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