Home
last modified time | relevance | path

Searched refs:s_bal_cX_groups_considered (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/fs/ext4/
Dmballoc.c885 atomic64_inc(&sbi->s_bal_cX_groups_considered[0]); in ext4_mb_choose_next_group_cr0()
933 atomic64_inc(&sbi->s_bal_cX_groups_considered[1]); in ext4_mb_choose_next_group_cr1()
2459 atomic64_inc(&sbi->s_bal_cX_groups_considered[ac->ac_criteria]); in ext4_mb_good_group_nolock()
2896 atomic64_read(&sbi->s_bal_cX_groups_considered[0])); in ext4_seq_mb_stats_show()
2905 atomic64_read(&sbi->s_bal_cX_groups_considered[1])); in ext4_seq_mb_stats_show()
2914 atomic64_read(&sbi->s_bal_cX_groups_considered[2])); in ext4_seq_mb_stats_show()
2921 atomic64_read(&sbi->s_bal_cX_groups_considered[3])); in ext4_seq_mb_stats_show()
Dext4.h1634 atomic64_t s_bal_cX_groups_considered[4]; member