Lines Matching refs:cache_alloc
788 struct entry_alloc cache_alloc; member
976 return to_cblock(get_index(&mq->cache_alloc, e)); in infer_cblock()
1026 unsigned threshold_level = allocator_empty(&mq->cache_alloc) ? in update_promote_levels()
1121 free_entry(&mq->cache_alloc, demoted); in demote_cblock()
1144 if (!allocator_empty(&mq->cache_alloc) && fast_promote) in should_promote()
1160 if (allocator_empty(&mq->cache_alloc)) { in insert_in_cache()
1171 e = alloc_entry(&mq->cache_alloc); in insert_in_cache()
1369 e = alloc_particular_entry(&mq->cache_alloc, from_cblock(cblock)); in smq_load_mapping()
1423 free_entry(&mq->cache_alloc, e); in __remove_mapping()
1438 struct entry *e = get_entry(&mq->cache_alloc, from_cblock(cblock)); in __remove_cblock()
1444 free_entry(&mq->cache_alloc, e); in __remove_cblock()
1551 r = to_cblock(mq->cache_alloc.nr_allocated); in smq_residency()
1646 init_allocator(&mq->cache_alloc, &mq->es, in smq_create()