Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/md/
Ddm-cache-policy-smq.c1729 unsigned total_sentinels = 2u * nr_sentinels_per_queue; in __smq_create() local
1744 if (space_init(&mq->es, total_sentinels + mq->nr_hotspot_blocks + from_cblock(cache_size))) { in __smq_create()
1753 init_allocator(&mq->demote_sentinel_alloc, &mq->es, nr_sentinels_per_queue, total_sentinels); in __smq_create()
1757 init_allocator(&mq->hotspot_alloc, &mq->es, total_sentinels, in __smq_create()
1758 total_sentinels + mq->nr_hotspot_blocks); in __smq_create()
1761 total_sentinels + mq->nr_hotspot_blocks, in __smq_create()
1762 total_sentinels + mq->nr_hotspot_blocks + from_cblock(cache_size)); in __smq_create()