Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dmballoc.c898 atomic64_inc(&sbi->s_bal_cX_groups_considered[CR_POWER2_ALIGNED]); in ext4_mb_choose_next_group_p2_aligned()
899 if (likely(ext4_mb_good_group(ac, iter->bb_group, CR_POWER2_ALIGNED))) { in ext4_mb_choose_next_group_p2_aligned()
1130 if (*new_cr == CR_POWER2_ALIGNED) { in ext4_mb_choose_next_group()
2584 BUG_ON(cr < CR_POWER2_ALIGNED || cr >= EXT4_MB_NUM_CRS); in ext4_mb_good_group()
2598 case CR_POWER2_ALIGNED: in ext4_mb_good_group()
2858 cr = CR_POWER2_ALIGNED; in ext4_mb_regular_allocator()
2925 if (cr == CR_POWER2_ALIGNED) in ext4_mb_regular_allocator()
3108 atomic64_read(&sbi->s_bal_cX_hits[CR_POWER2_ALIGNED])); in ext4_seq_mb_stats_show()
3112 &sbi->s_bal_cX_groups_considered[CR_POWER2_ALIGNED])); in ext4_seq_mb_stats_show()
3114 atomic_read(&sbi->s_bal_cX_ex_scanned[CR_POWER2_ALIGNED])); in ext4_seq_mb_stats_show()
[all …]
H A Dext4.h143 CR_POWER2_ALIGNED, enumerator
/openbmc/linux/include/trace/events/
H A Dext4.h123 TRACE_DEFINE_ENUM(CR_POWER2_ALIGNED);
131 { CR_POWER2_ALIGNED, "CR_POWER2_ALIGNED" }, \