Searched refs:s_bal_cX_hits (Results 1 – 2 of 2) sorted by relevance
2841 atomic64_inc(&sbi->s_bal_cX_hits[ac->ac_criteria]); in ext4_mb_regular_allocator()2960 seq_printf(seq, "\t\thits: %llu\n", atomic64_read(&sbi->s_bal_cX_hits[0])); in ext4_seq_mb_stats_show()2969 seq_printf(seq, "\t\thits: %llu\n", atomic64_read(&sbi->s_bal_cX_hits[1])); in ext4_seq_mb_stats_show()2978 seq_printf(seq, "\t\thits: %llu\n", atomic64_read(&sbi->s_bal_cX_hits[2])); in ext4_seq_mb_stats_show()2985 seq_printf(seq, "\t\thits: %llu\n", atomic64_read(&sbi->s_bal_cX_hits[3])); in ext4_seq_mb_stats_show()
1621 atomic64_t s_bal_cX_hits[4]; member