Searched refs:l2_cache (Results 1 – 8 of 8) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | rtree.h | 353 if (likely(rtree_ctx->l2_cache[i].leafkey == leafkey)) { \ in rtree_leaf_elm_lookup() 354 rtree_leaf_elm_t *leaf = rtree_ctx->l2_cache[i].leaf; \ in rtree_leaf_elm_lookup() 363 rtree_ctx->l2_cache[i].leafkey = \ in rtree_leaf_elm_lookup() 364 rtree_ctx->l2_cache[i - 1].leafkey; \ in rtree_leaf_elm_lookup() 365 rtree_ctx->l2_cache[i].leaf = \ in rtree_leaf_elm_lookup() 366 rtree_ctx->l2_cache[i - 1].leaf; \ in rtree_leaf_elm_lookup() 367 rtree_ctx->l2_cache[i - 1].leafkey = \ in rtree_leaf_elm_lookup() 369 rtree_ctx->l2_cache[i - 1].leaf = \ in rtree_leaf_elm_lookup() 372 rtree_ctx->l2_cache[0].leafkey = \ in rtree_leaf_elm_lookup() 374 rtree_ctx->l2_cache[0].leaf = \ in rtree_leaf_elm_lookup()
|
D | rtree_tsd.h | 45 rtree_ctx_cache_elm_t l2_cache[RTREE_CTX_NCACHE_L2]; member
|
/external/jemalloc_new/src/ |
D | rtree.c | 239 assert(rtree_ctx->l2_cache[i].leafkey != leafkey); in rtree_leaf_elm_lookup_hard() 281 memmove(&rtree_ctx->l2_cache[1], \ in rtree_leaf_elm_lookup_hard() 282 &rtree_ctx->l2_cache[0], \ in rtree_leaf_elm_lookup_hard() 287 rtree_ctx->l2_cache[0].leafkey = \ in rtree_leaf_elm_lookup_hard() 289 rtree_ctx->l2_cache[0].leaf = \ in rtree_leaf_elm_lookup_hard() 322 rtree_ctx_cache_elm_t *cache = &ctx->l2_cache[i]; in rtree_ctx_data_init()
|
/external/crosvm/disk/src/qcow/ |
D | mod.rs | 410 l2_cache: CacheMap<VecCache<u64>>, field 554 l2_cache: CacheMap::new(100), in from() 645 if !self.l2_cache.contains_key(&l1_index) { in l2_table() 653 self.l2_cache in l2_table() 665 Ok(Some(self.l2_cache.get(&l1_index).unwrap().get_values())) in l2_table() 1023 if !self.l2_cache.contains_key(&l1_index) { in file_offset_read() 1030 self.l2_cache.insert(l1_index, table, |index, evicted| { in file_offset_read() 1039 let cluster_addr = self.l2_cache.get(&l1_index).unwrap()[l2_index]; in file_offset_read() 1062 if !self.l2_cache.contains_key(&l1_index) { in file_offset_write() 1077 self.l2_cache.insert(l1_index, l2_table, |index, evicted| { in file_offset_write() [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | qcow2.h | 94 struct ext2_qcow2_l2_cache *l2_cache; member
|
D | qcow2.c | 176 img.l2_cache = NULL; in qcow2_write_raw_image()
|
/external/e2fsprogs/misc/ |
D | e2image.c | 809 image->l2_cache = cache; in init_l2_cache() 819 struct ext2_qcow2_l2_cache *cache = image->l2_cache; in put_l2_cache() 985 struct ext2_qcow2_l2_cache *cache = img->l2_cache; in put_used_table() 1009 struct ext2_qcow2_l2_cache *cache = image->l2_cache; in flush_l2_cache() 1043 struct ext2_qcow2_l2_cache *cache = image->l2_cache; in get_free_table() 1067 struct ext2_qcow2_l2_cache *cache = img->l2_cache; in add_l2_item()
|
/external/OpenCSD/decoder/tests/snapshots-ete/002-ack_test_scr/ |
D | test_TARMAC | 1353 609 clk cpu0 CACHE Validation_ARMAEMv9AMPCT.cpu.l2_cache LINE 0000 ALLOC 0x000060430000 1365 609 clk cpu0 CACHE Validation_ARMAEMv9AMPCT.cpu.l2_cache LINE 0001 ALLOC 0x000061060000 1366 609 clk cpu0 CACHE Validation_ARMAEMv9AMPCT.cpu.l2_cache LINE 0002 ALLOC 0x000061070000 1367 609 clk cpu0 CACHE Validation_ARMAEMv9AMPCT.cpu.l2_cache LINE 0100 ALLOC 0x000070230400 1368 609 clk cpu0 CACHE Validation_ARMAEMv9AMPCT.cpu.l2_cache LINE 0080 ALLOC 0x000000210200 1389 614 clk cpu0 CACHE Validation_ARMAEMv9AMPCT.cpu.l2_cache LINE 0010 ALLOC 0x000061070040 1390 614 clk cpu0 CACHE Validation_ARMAEMv9AMPCT.cpu.l2_cache LINE 0200 ALLOC 0x000070220800 1408 619 clk cpu0 CACHE Validation_ARMAEMv9AMPCT.cpu.l2_cache LINE 0003 ALLOC 0x00002c190000 1419 619 clk cpu0 CACHE Validation_ARMAEMv9AMPCT.cpu.l2_cache LINE 0004 ALLOC 0x000050210000 1420 619 clk cpu0 CACHE Validation_ARMAEMv9AMPCT.cpu.l2_cache LINE 0011 ALLOC 0x000060410040 [all …]
|