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

/linux-master/fs/ext4/
H A Dmballoc.c175 * CR_GOAL_LEN_SLOW, in CR_BEST_AVAIL_LEN we proactively trim goal length and
981 *new_cr = CR_GOAL_LEN_SLOW;
991 * much and fall to CR_GOAL_LEN_SLOW in that case.
1066 /* Reset goal length to original goal length before falling into CR_GOAL_LEN_SLOW */
1068 *new_cr = CR_GOAL_LEN_SLOW;
1075 if (ac->ac_criteria >= CR_GOAL_LEN_SLOW)
1137 * TODO: For CR_GOAL_LEN_SLOW, we can arrange groups in an
2624 case CR_GOAL_LEN_SLOW:
2956 * falling into CR_GOAL_LEN_SLOW */
3157 /* CR_GOAL_LEN_SLOW stat
[all...]
H A Dext4.h164 CR_GOAL_LEN_SLOW, enumerator in enum:criteria
169 * CR_GOAL_LEN_SLOW also fails to allocate anything.
2947 return cr >= CR_GOAL_LEN_SLOW;
/linux-master/include/trace/events/
H A Dext4.h126 TRACE_DEFINE_ENUM(CR_GOAL_LEN_SLOW); variable
134 { CR_GOAL_LEN_SLOW, "CR_GOAL_LEN_SLOW" }, \

Completed in 186 milliseconds