Searched refs:init_allocator (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.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 1747 	init_allocator(&mq->writeback_sentinel_alloc, &mq->es, 0, nr_sentinels_per_queue);  in __smq_create() 1751 	init_allocator(&mq->demote_sentinel_alloc, &mq->es, nr_sentinels_per_queue, total_sentinels);  in __smq_create() 1755 	init_allocator(&mq->hotspot_alloc, &mq->es, total_sentinels,  in __smq_create() 1758 	init_allocator(&mq->cache_alloc, &mq->es,  in __smq_create()
  |