Searched refs:nr_hotspot_blocks (Results 1 – 1 of 1) sorted by relevance
780 unsigned nr_hotspot_blocks; member1074 clear_bitset(mq->hotspot_hit_bits, mq->nr_hotspot_blocks); in end_hotspot_period()1590 unsigned nr_hotspot_blocks) in too_many_hotspot_blocks() argument1592 return (hotspot_block_size * nr_hotspot_blocks) > origin_size; in too_many_hotspot_blocks()1599 unsigned *nr_hotspot_blocks) in calc_hotspot_params() argument1602 *nr_hotspot_blocks = max(nr_cache_blocks / 4u, 1024u); in calc_hotspot_params()1605 too_many_hotspot_blocks(origin_size, *hotspot_block_size, *nr_hotspot_blocks)) in calc_hotspot_params()1626 &mq->hotspot_block_size, &mq->nr_hotspot_blocks); in smq_create()1630 if (space_init(&mq->es, total_sentinels + mq->nr_hotspot_blocks + from_cblock(cache_size))) { in smq_create()1644 total_sentinels + mq->nr_hotspot_blocks); in smq_create()[all …]