Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/ext4/
H A Dmballoc.c170 * At CR_BEST_AVAIL_LEN, we aim to optimize allocations which can't be satisfied
174 * CR_GOAL_LEN_SLOW, in CR_BEST_AVAIL_LEN we proactively trim goal length and
969 * CR_BEST_AVAIL_LEN works based on the concept that we have in ext4_mb_choose_next_group_goal_fast()
977 *new_cr = CR_BEST_AVAIL_LEN; in ext4_mb_choose_next_group_goal_fast()
1130 } else if (*new_cr == CR_BEST_AVAIL_LEN) { in ext4_mb_choose_next_group()
2481 * In CR_GOAL_LEN_FAST and CR_BEST_AVAIL_LEN, we are in ext4_mb_complex_scan_group()
2614 case CR_BEST_AVAIL_LEN: in ext4_mb_good_group()
2924 cr == CR_BEST_AVAIL_LEN) && in ext4_mb_regular_allocator()
2942 if (i == ngroups && ac->ac_criteria == CR_BEST_AVAIL_LEN) in ext4_mb_regular_allocator()
3127 /* CR_BEST_AVAIL_LEN stat in ext4_seq_mb_stats_show()
[all...]
H A Dext4.h156 CR_BEST_AVAIL_LEN, enumerator
/kernel/linux/linux-6.6/include/trace/events/
H A Dext4.h125 TRACE_DEFINE_ENUM(CR_BEST_AVAIL_LEN); variable
133 { CR_BEST_AVAIL_LEN, "CR_BEST_AVAIL_LEN" }, \

Completed in 20 milliseconds