Searched refs:l2_cache (Results 1 – 13 of 13) 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/coreboot/src/cpu/intel/slot_1/ |
D | Makefile.mk | 3 ramstage-y += l2_cache.c
|
/external/crosvm/disk/src/qcow/ |
D | mod.rs | 434 l2_cache: CacheMap<VecCache<u64>>, field 594 l2_cache: CacheMap::new(100), in from() 1033 if !self.l2_cache.contains_key(&l1_index) { in file_offset_read() 1040 self.l2_cache.insert(l1_index, table, |index, evicted| { in file_offset_read() 1049 let cluster_addr = self.l2_cache.get(&l1_index).unwrap()[l2_index]; in file_offset_read() 1072 if !self.l2_cache.contains_key(&l1_index) { in file_offset_write() 1087 self.l2_cache.insert(l1_index, l2_table, |index, evicted| { in file_offset_write() 1096 let cluster_addr = match self.l2_cache.get(&l1_index).unwrap()[l2_index] { in file_offset_write() 1132 if !self.l2_cache.get(&l1_index).unwrap().dirty() { in update_cluster_addr() 1153 self.l2_cache.get_mut(&l1_index).unwrap()[l2_index] = cluster_addr; in update_cluster_addr() [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 | 815 image->l2_cache = cache; in init_l2_cache() 825 struct ext2_qcow2_l2_cache *cache = image->l2_cache; in put_l2_cache() 992 struct ext2_qcow2_l2_cache *cache = img->l2_cache; in put_used_table() 1016 struct ext2_qcow2_l2_cache *cache = image->l2_cache; in flush_l2_cache() 1050 struct ext2_qcow2_l2_cache *cache = image->l2_cache; in get_free_table() 1074 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 …]
|
/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/ |
D | delete_c_library.patch | 52346 - if (likely(rtree_ctx->l2_cache[i].leafkey == leafkey)) { \ 52347 - rtree_leaf_elm_t *leaf = rtree_ctx->l2_cache[i].leaf; \ 52351 - rtree_ctx->l2_cache[i].leafkey = \ 52352 - rtree_ctx->l2_cache[i - 1].leafkey; \ 52353 - rtree_ctx->l2_cache[i].leaf = \ 52354 - rtree_ctx->l2_cache[i - 1].leaf; \ 52355 - rtree_ctx->l2_cache[i - 1].leafkey = \ 52357 - rtree_ctx->l2_cache[i - 1].leaf = \ 52360 - rtree_ctx->l2_cache[0].leafkey = \ 52362 - rtree_ctx->l2_cache[0].leaf = \ [all …]
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 55697 union l2_cache { union
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux.h | 23726 union l2_cache { union
|
D | vmlinux_518.h | 23726 union l2_cache { union
|