Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ext4/
Dmballoc.c899 atomic64_inc(&sbi->s_bal_cX_groups_considered[0]); in ext4_mb_choose_next_group_cr0()
954 atomic64_inc(&sbi->s_bal_cX_groups_considered[1]); in ext4_mb_choose_next_group_cr1()
2499 atomic64_inc(&sbi->s_bal_cX_groups_considered[ac->ac_criteria]); in ext4_mb_good_group_nolock()
2939 atomic64_read(&sbi->s_bal_cX_groups_considered[0])); in ext4_seq_mb_stats_show()
2948 atomic64_read(&sbi->s_bal_cX_groups_considered[1])); in ext4_seq_mb_stats_show()
2957 atomic64_read(&sbi->s_bal_cX_groups_considered[2])); in ext4_seq_mb_stats_show()
2964 atomic64_read(&sbi->s_bal_cX_groups_considered[3])); in ext4_seq_mb_stats_show()
Dext4.h1624 atomic64_t s_bal_cX_groups_considered[4]; member