Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Ddm-cache-policy-smq.c1726 unsigned nr_sentinels_per_queue = 2u * NR_CACHE_LEVELS; in __smq_create() local
1727 unsigned total_sentinels = 2u * nr_sentinels_per_queue; in __smq_create()
1747 init_allocator(&mq->writeback_sentinel_alloc, &mq->es, 0, nr_sentinels_per_queue); in __smq_create()
1748 for (i = 0; i < nr_sentinels_per_queue; i++) in __smq_create()
1751 init_allocator(&mq->demote_sentinel_alloc, &mq->es, nr_sentinels_per_queue, total_sentinels); in __smq_create()
1752 for (i = 0; i < nr_sentinels_per_queue; i++) in __smq_create()