Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Drtree.h353 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()
Drtree_tsd.h45 rtree_ctx_cache_elm_t l2_cache[RTREE_CTX_NCACHE_L2]; member
/external/jemalloc_new/src/
Drtree.c239 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/e2fsprogs/lib/ext2fs/
Dqcow2.h94 struct ext2_qcow2_l2_cache *l2_cache; member
Dqcow2.c176 img.l2_cache = NULL; in qcow2_write_raw_image()
/external/e2fsprogs/misc/
De2image.c808 image->l2_cache = cache; in init_l2_cache()
818 struct ext2_qcow2_l2_cache *cache = image->l2_cache; in put_l2_cache()
984 struct ext2_qcow2_l2_cache *cache = img->l2_cache; in put_used_table()
1008 struct ext2_qcow2_l2_cache *cache = image->l2_cache; in flush_l2_cache()
1042 struct ext2_qcow2_l2_cache *cache = image->l2_cache; in get_free_table()
1066 struct ext2_qcow2_l2_cache *cache = img->l2_cache; in add_l2_item()