Lines Matching refs:from_cblock
1008 if (!test_and_set_bit(from_cblock(infer_cblock(mq, e)), mq->cache_hit_bits)) {
1118 clear_bitset(mq->cache_hit_bits, from_cblock(mq->cache_size));
1138 return from_cblock(mq->cache_size) * p / 100u;
1164 nr_free = from_cblock(mq->cache_size) - mq->cache_alloc.nr_allocated;
1474 from_cblock(work->cblock));
1530 struct entry *e = get_entry(&mq->cache_alloc, from_cblock(cblock));
1563 return hash_32(from_cblock(cblock), 9) & (NR_CACHE_LEVELS - 1);
1573 e = alloc_particular_entry(&mq->cache_alloc, from_cblock(cblock));
1591 struct entry *e = get_entry(&mq->cache_alloc, from_cblock(cblock));
1606 struct entry *e = get_entry(&mq->cache_alloc, from_cblock(cblock));
1747 calc_hotspot_params(origin_size, cache_block_size, from_cblock(cache_size),
1752 if (space_init(&mq->es, total_sentinels + mq->nr_hotspot_blocks + from_cblock(cache_size))) {
1770 total_sentinels + mq->nr_hotspot_blocks + from_cblock(cache_size));
1779 if (from_cblock(cache_size)) {
1780 mq->cache_hit_bits = alloc_bitset(from_cblock(cache_size));
1785 clear_bitset(mq->cache_hit_bits, from_cblock(mq->cache_size));
1795 from_cblock(mq->cache_size) / mq->cache_blocks_per_hotspot_block);
1803 if (h_init(&mq->table, &mq->es, from_cblock(cache_size)))