Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dmballoc.c981 *new_cr = CR_GOAL_LEN_SLOW; in ext4_mb_choose_next_group_goal_fast()
1068 *new_cr = CR_GOAL_LEN_SLOW; in ext4_mb_choose_next_group_best_avail()
1075 if (ac->ac_criteria >= CR_GOAL_LEN_SLOW) in should_optimize_scan()
2624 case CR_GOAL_LEN_SLOW: in ext4_mb_good_group()
3161 atomic64_read(&sbi->s_bal_cX_hits[CR_GOAL_LEN_SLOW])); in ext4_seq_mb_stats_show()
3164 &sbi->s_bal_cX_groups_considered[CR_GOAL_LEN_SLOW])); in ext4_seq_mb_stats_show()
3166 atomic_read(&sbi->s_bal_cX_ex_scanned[CR_GOAL_LEN_SLOW])); in ext4_seq_mb_stats_show()
3168 atomic64_read(&sbi->s_bal_cX_failed[CR_GOAL_LEN_SLOW])); in ext4_seq_mb_stats_show()
H A Dext4.h164 CR_GOAL_LEN_SLOW, enumerator
2940 return cr >= CR_GOAL_LEN_SLOW; in ext4_mb_cr_expensive()
/linux/include/trace/events/
H A Dext4.h125 TRACE_DEFINE_ENUM(CR_GOAL_LEN_SLOW);
133 { CR_GOAL_LEN_SLOW, "CR_GOAL_LEN_SLOW" }, \