Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dqcow.h82 #define L2_CACHE_SIZE 16 /*Fixed allocation in Qemu*/ macro
109 uint64_t l2_cache_offsets[L2_CACHE_SIZE]; /*L2 cache entries*/
110 uint32_t l2_cache_counts[L2_CACHE_SIZE]; /*Cache access record*/
A Dblock-qcow.c461 for (i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()
465 for (j = 0; j < L2_CACHE_SIZE; j++) { in get_cluster_offset()
478 for (i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()
933 size = s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t); in tdqcow_open()
1335 memset(s->l2_cache, 0, s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_make_empty()
1336 memset(s->l2_cache_offsets, 0, L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_make_empty()
1337 memset(s->l2_cache_counts, 0, L2_CACHE_SIZE * sizeof(uint32_t)); in qcow_make_empty()

Completed in 5 milliseconds