Home
last modified time | relevance | path

Searched refs:cache_alloc (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/md/
Ddm-cache-policy-smq.c811 struct entry_alloc cache_alloc; member
988 return to_cblock(get_index(&mq->cache_alloc, e)); in infer_cblock()
1045 unsigned threshold_level = allocator_empty(&mq->cache_alloc) ? in update_promote_levels()
1155 nr_free = from_cblock(mq->cache_size) - mq->cache_alloc.nr_allocated; in free_target_met()
1238 if (allocator_empty(&mq->cache_alloc)) { in queue_promotion()
1255 e = alloc_entry(&mq->cache_alloc); in queue_promotion()
1263 free_entry(&mq->cache_alloc, e); in queue_promotion()
1286 if (!allocator_empty(&mq->cache_alloc) && fast_promote) in should_promote()
1464 struct entry *e = get_entry(&mq->cache_alloc, in __complete_background_work()
1477 free_entry(&mq->cache_alloc, e); in __complete_background_work()
[all …]
/linux-5.19.10/drivers/md/bcache/
Dsuper.c2229 static int cache_alloc(struct cache *ca) in cache_alloc() function
2356 ret = cache_alloc(ca); in register_cache()