Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-cache-policy-smq.c824 struct entry_alloc cache_alloc;
1007 return to_cblock(get_index(&mq->cache_alloc, e)); in requeue()
1064 unsigned int threshold_level = allocator_empty(&mq->cache_alloc) ? in update_promote_levels()
1174 nr_free = from_cblock(mq->cache_size) - mq->cache_alloc.nr_allocated; in mark_pending()
1257 if (allocator_empty(&mq->cache_alloc)) { in queue_promotion()
1274 e = alloc_entry(&mq->cache_alloc);
1282 free_entry(&mq->cache_alloc, e);
1305 if (!allocator_empty(&mq->cache_alloc) && fast_promote) in to_hblock()
1483 struct entry *e = get_entry(&mq->cache_alloc, in __complete_background_work()
1496 free_entry(&mq->cache_alloc, in __complete_background_work()
814 struct entry_alloc cache_alloc; global() member
[all...]