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

/linux-master/fs/ext4/
H A Dmballoc.c171 * At CR_BEST_AVAIL_LEN, we aim to optimize allocations which can't be satisfied
175 * 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
977 *new_cr = CR_BEST_AVAIL_LEN;
1130 } else if (*new_cr == CR_BEST_AVAIL_LEN) {
2475 * In CR_GOAL_LEN_FAST and CR_BEST_AVAIL_LEN, we are
2608 case CR_BEST_AVAIL_LEN:
2923 cr == CR_BEST_AVAIL_LEN) &&
2941 if (i == ngroups && ac->ac_criteria == CR_BEST_AVAIL_LEN)
3129 /* CR_BEST_AVAIL_LEN stat
[all...]
H A Dext4.h156 CR_BEST_AVAIL_LEN, enumerator in enum:criteria
/linux-master/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 169 milliseconds