Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ext4/
Dmballoc.c979 *new_cr = CR_BEST_AVAIL_LEN; in ext4_mb_choose_next_group_goal_fast()
1132 } else if (*new_cr == CR_BEST_AVAIL_LEN) { in ext4_mb_choose_next_group()
2590 case CR_BEST_AVAIL_LEN: in ext4_mb_good_group()
2900 cr == CR_BEST_AVAIL_LEN) && in ext4_mb_regular_allocator()
2918 if (i == ngroups && ac->ac_criteria == CR_BEST_AVAIL_LEN) in ext4_mb_regular_allocator()
3106 atomic64_read(&sbi->s_bal_cX_hits[CR_BEST_AVAIL_LEN])); in ext4_seq_mb_stats_show()
3110 &sbi->s_bal_cX_groups_considered[CR_BEST_AVAIL_LEN])); in ext4_seq_mb_stats_show()
3112 atomic_read(&sbi->s_bal_cX_ex_scanned[CR_BEST_AVAIL_LEN])); in ext4_seq_mb_stats_show()
3114 atomic64_read(&sbi->s_bal_cX_failed[CR_BEST_AVAIL_LEN])); in ext4_seq_mb_stats_show()
Dext4.h156 CR_BEST_AVAIL_LEN, enumerator
/Linux-v6.6/include/trace/events/
Dext4.h125 TRACE_DEFINE_ENUM(CR_BEST_AVAIL_LEN);
133 { CR_BEST_AVAIL_LEN, "CR_BEST_AVAIL_LEN" }, \