Searched refs:hotspot_block_size (Results 1 – 1 of 1) sorted by relevance
779 sector_t hotspot_block_size; member1589 sector_t hotspot_block_size, in too_many_hotspot_blocks() argument1592 return (hotspot_block_size * nr_hotspot_blocks) > origin_size; in too_many_hotspot_blocks()1598 sector_t *hotspot_block_size, in calc_hotspot_params() argument1601 *hotspot_block_size = cache_block_size * 16u; in calc_hotspot_params()1604 while ((*hotspot_block_size > cache_block_size) && in calc_hotspot_params()1605 too_many_hotspot_blocks(origin_size, *hotspot_block_size, *nr_hotspot_blocks)) in calc_hotspot_params()1606 *hotspot_block_size /= 2u; in calc_hotspot_params()1626 &mq->hotspot_block_size, &mq->nr_hotspot_blocks); in smq_create()1628 mq->cache_blocks_per_hotspot_block = div64_u64(mq->hotspot_block_size, mq->cache_block_size); in smq_create()