Searched refs:init_allocator (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/md/ |
D | dm-cache-policy-smq.c | 678 static void init_allocator(struct entry_alloc *ea, struct entry_space *es, in init_allocator() function 1635 init_allocator(&mq->writeback_sentinel_alloc, &mq->es, 0, nr_sentinels_per_queue); in smq_create() 1639 init_allocator(&mq->demote_sentinel_alloc, &mq->es, nr_sentinels_per_queue, total_sentinels); in smq_create() 1643 init_allocator(&mq->hotspot_alloc, &mq->es, total_sentinels, in smq_create() 1646 init_allocator(&mq->cache_alloc, &mq->es, in smq_create()
|