Home
last modified time | relevance | path

Searched refs:CR_POWER2_ALIGNED (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/fs/ext4/
Dmballoc.c896 atomic64_inc(&sbi->s_bal_cX_groups_considered[CR_POWER2_ALIGNED]); in ext4_mb_choose_next_group_p2_aligned()
897 if (likely(ext4_mb_good_group(ac, iter->bb_group, CR_POWER2_ALIGNED))) { in ext4_mb_choose_next_group_p2_aligned()
1126 if (*new_cr == CR_POWER2_ALIGNED) { in ext4_mb_choose_next_group()
2580 BUG_ON(cr < CR_POWER2_ALIGNED || cr >= EXT4_MB_NUM_CRS); in ext4_mb_good_group()
2594 case CR_POWER2_ALIGNED: in ext4_mb_good_group()
2854 cr = CR_POWER2_ALIGNED; in ext4_mb_regular_allocator()
2921 if (cr == CR_POWER2_ALIGNED) in ext4_mb_regular_allocator()
3101 atomic64_read(&sbi->s_bal_cX_hits[CR_POWER2_ALIGNED])); in ext4_seq_mb_stats_show()
3105 &sbi->s_bal_cX_groups_considered[CR_POWER2_ALIGNED])); in ext4_seq_mb_stats_show()
3107 atomic_read(&sbi->s_bal_cX_ex_scanned[CR_POWER2_ALIGNED])); in ext4_seq_mb_stats_show()
[all …]
Dext4.h143 CR_POWER2_ALIGNED, enumerator
/linux-6.6.21/include/trace/events/
Dext4.h123 TRACE_DEFINE_ENUM(CR_POWER2_ALIGNED);
131 { CR_POWER2_ALIGNED, "CR_POWER2_ALIGNED" }, \