Lines Matching defs:cache_alloc
811 struct entry_alloc cache_alloc;
994 return to_cblock(get_index(&mq->cache_alloc, e));
1049 unsigned threshold_level = allocator_empty(&mq->cache_alloc) ?
1159 nr_free = from_cblock(mq->cache_size) - mq->cache_alloc.nr_allocated;
1242 if (allocator_empty(&mq->cache_alloc)) {
1259 e = alloc_entry(&mq->cache_alloc);
1267 free_entry(&mq->cache_alloc, e);
1290 if (!allocator_empty(&mq->cache_alloc) && fast_promote)
1468 struct entry *e = get_entry(&mq->cache_alloc,
1481 free_entry(&mq->cache_alloc, e);
1490 free_entry(&mq->cache_alloc, e);
1525 struct entry *e = get_entry(&mq->cache_alloc, from_cblock(cblock));
1568 e = alloc_particular_entry(&mq->cache_alloc, from_cblock(cblock));
1586 struct entry *e = get_entry(&mq->cache_alloc, from_cblock(cblock));
1594 free_entry(&mq->cache_alloc, e);
1601 struct entry *e = get_entry(&mq->cache_alloc, from_cblock(cblock));
1616 r = to_cblock(mq->cache_alloc.nr_allocated);
1762 init_allocator(&mq->cache_alloc, &mq->es,