Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dmballoc.c979 *new_cr = CR_BEST_AVAIL_LEN; in ext4_mb_choose_next_group_goal_fast()
1134 } else if (*new_cr == CR_BEST_AVAIL_LEN) { in ext4_mb_choose_next_group()
2618 case CR_BEST_AVAIL_LEN: in ext4_mb_good_group()
2928 cr == CR_BEST_AVAIL_LEN) && in ext4_mb_regular_allocator()
2946 if (i == ngroups && ac->ac_criteria == CR_BEST_AVAIL_LEN) in ext4_mb_regular_allocator()
3137 atomic64_read(&sbi->s_bal_cX_hits[CR_BEST_AVAIL_LEN])); in ext4_seq_mb_stats_show()
3141 &sbi->s_bal_cX_groups_considered[CR_BEST_AVAIL_LEN])); in ext4_seq_mb_stats_show()
3143 atomic_read(&sbi->s_bal_cX_ex_scanned[CR_BEST_AVAIL_LEN])); in ext4_seq_mb_stats_show()
3145 atomic64_read(&sbi->s_bal_cX_failed[CR_BEST_AVAIL_LEN])); in ext4_seq_mb_stats_show()
H A Dext4.h156 CR_BEST_AVAIL_LEN, enumerator
/openbmc/linux/include/trace/events/
H A Dext4.h125 TRACE_DEFINE_ENUM(CR_BEST_AVAIL_LEN);
133 { CR_BEST_AVAIL_LEN, "CR_BEST_AVAIL_LEN" }, \