Lines Matching refs:hit_count
315 unsigned hit_count; member
460 unsigned hit_count; member
548 return min((unsigned) ilog2(e->hit_count), NR_QUEUE_LEVELS - 1u); in queue_level()
644 if ((mq->hit_count >= mq->generation_period) && (epool_empty(&mq->cache_pool))) { in check_generation()
645 mq->hit_count = 0; in check_generation()
652 total += e->hit_count; in check_generation()
661 total += e->hit_count; in check_generation()
744 return e->hit_count; in promote_threshold()
748 return e->hit_count + DISCOURAGE_DEMOTING_DIRTY_THRESHOLD; in promote_threshold()
783 return e->hit_count >= in should_promote()
829 new_e->hit_count = e->hit_count; in pre_cache_to_cache()
881 e->hit_count = 1; in insert_in_pre_cache()
914 e->hit_count = 1; in insert_in_cache()
996 e->hit_count++; in update_pre_cache_hits()
1003 e->hit_count++; in update_cache_hits()
1004 mq->hit_count++; in update_cache_hits()
1114 e->hit_count = hint_valid ? hint : 1; in mq_load_mapping()
1135 e->oblock, e->hit_count); in mq_save_hints()
1390 mq->hit_count = 0; in mq_create()