Searched refs:DELTA_CACHE_SIZE (Results 1 – 1 of 1) sorted by relevance
41 #define DELTA_CACHE_SIZE (XC_PAGE_SIZE * 8192) macro471 unsigned long num_cache_pages = DELTA_CACHE_SIZE/XC_PAGE_SIZE; in xc_compression_create_context()488 ctx->cache_base = xc_memalign(xch, XC_PAGE_SIZE, DELTA_CACHE_SIZE); in xc_compression_create_context()
Completed in 3 milliseconds