Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/ext4/
H A Dmballoc.c174 * CR_GOAL_LEN_SLOW, in CR_BEST_AVAIL_LEN we proactively trim goal length and
979 *new_cr = CR_GOAL_LEN_SLOW; in ext4_mb_choose_next_group_goal_fast()
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 */ in ext4_mb_choose_next_group_best_avail()
1064 *new_cr = CR_GOAL_LEN_SLOW; in ext4_mb_choose_next_group_best_avail()
1071 if (ac->ac_criteria >= CR_GOAL_LEN_SLOW) in should_optimize_scan()
2618 case CR_GOAL_LEN_SLOW: in ext4_mb_good_group()
2944 * falling into CR_GOAL_LEN_SLOW */ in ext4_mb_regular_allocator()
3142 /* CR_GOAL_LEN_SLOW stats */ in ext4_seq_mb_stats_show()
3145 atomic64_read(&sbi->s_bal_cX_hits[CR_GOAL_LEN_SLOW])); in ext4_seq_mb_stats_show()
[all...]
H A Dext4.h164 CR_GOAL_LEN_SLOW, enumerator
169 * CR_GOAL_LEN_SLOW also fails to allocate anything.
2931 return cr >= CR_GOAL_LEN_SLOW; in ext4_mb_cr_expensive()
/kernel/linux/linux-6.6/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 17 milliseconds