Searched refs:total_sentinels (Results 1 – 1 of 1) sorted by relevance
1615 unsigned total_sentinels = 2u * nr_sentinels_per_queue; in smq_create() local1630 if (space_init(&mq->es, total_sentinels + mq->nr_hotspot_blocks + from_cblock(cache_size))) { 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()1644 total_sentinels + mq->nr_hotspot_blocks); in smq_create()1647 total_sentinels + mq->nr_hotspot_blocks, in smq_create()1648 total_sentinels + mq->nr_hotspot_blocks + from_cblock(cache_size)); in smq_create()