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
979 *new_cr = CR_GOAL_LEN_SLOW;
989 * much and fall to CR_GOAL_LEN_SLOW in that case.
1062 /* Reset goal length to original goal length before falling into CR_GOAL_LEN_SLOW */
1064 *new_cr = CR_GOAL_LEN_SLOW;
1071 if (ac->ac_criteria >= CR_GOAL_LEN_SLOW)
2612 case CR_GOAL_LEN_SLOW:
2943 * falling into CR_GOAL_LEN_SLOW */
3144 /* CR_GOAL_LEN_SLOW stats */
3147 atomic64_read(&sbi->s_bal_cX_hits[CR_GOAL_LEN_SLOW]));
[all...]
H A Dext4.h164 CR_GOAL_LEN_SLOW, enumerator in enum:criteria
169 * CR_GOAL_LEN_SLOW also fails to allocate anything.
2944 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 123 milliseconds