Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ext4/
Dmballoc.c981 *new_cr = CR_GOAL_LEN_SLOW; in ext4_mb_choose_next_group_goal_fast()
1066 *new_cr = CR_GOAL_LEN_SLOW; in ext4_mb_choose_next_group_best_avail()
1073 if (ac->ac_criteria >= CR_GOAL_LEN_SLOW) in should_optimize_scan()
2594 case CR_GOAL_LEN_SLOW: in ext4_mb_good_group()
3121 atomic64_read(&sbi->s_bal_cX_hits[CR_GOAL_LEN_SLOW])); in ext4_seq_mb_stats_show()
3124 &sbi->s_bal_cX_groups_considered[CR_GOAL_LEN_SLOW])); in ext4_seq_mb_stats_show()
3126 atomic_read(&sbi->s_bal_cX_ex_scanned[CR_GOAL_LEN_SLOW])); in ext4_seq_mb_stats_show()
3128 atomic64_read(&sbi->s_bal_cX_failed[CR_GOAL_LEN_SLOW])); in ext4_seq_mb_stats_show()
Dext4.h164 CR_GOAL_LEN_SLOW, enumerator
2930 return cr >= CR_GOAL_LEN_SLOW; in ext4_mb_cr_expensive()
/Linux-v6.6/include/trace/events/
Dext4.h126 TRACE_DEFINE_ENUM(CR_GOAL_LEN_SLOW);
134 { CR_GOAL_LEN_SLOW, "CR_GOAL_LEN_SLOW" }, \