Searched refs:init_allocator (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/md/ |
D | dm-cache-policy-smq.c | 698 static void init_allocator(struct entry_alloc *ea, struct entry_space *es, in init_allocator() function 1749 init_allocator(&mq->writeback_sentinel_alloc, &mq->es, 0, nr_sentinels_per_queue); 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() 1760 init_allocator(&mq->cache_alloc, &mq->es, in __smq_create()
|