Searched refs:init_allocator (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/md/ |
H A D | dm-cache-policy-smq.c | 701 static void init_allocator(struct entry_alloc *ea, struct entry_space *es, in init_allocator() function 1757 init_allocator(&mq->writeback_sentinel_alloc, &mq->es, 0, nr_sentinels_per_queue); in __smq_create() 1761 init_allocator(&mq->demote_sentinel_alloc, &mq->es, nr_sentinels_per_queue, total_sentinels); in __smq_create() 1765 init_allocator(&mq->hotspot_alloc, &mq->es, total_sentinels, in __smq_create() 1768 init_allocator(&mq->cache_alloc, &mq->es, in __smq_create()
|