Lines Matching refs:new_cr
875 enum criteria *new_cr, ext4_group_t *group, ext4_group_t ngroups) in ext4_mb_choose_next_group_p2_aligned() argument
910 *new_cr = CR_GOAL_LEN_FAST; in ext4_mb_choose_next_group_p2_aligned()
949 enum criteria *new_cr, ext4_group_t *group, ext4_group_t ngroups) in ext4_mb_choose_next_group_goal_fast() argument
979 *new_cr = CR_BEST_AVAIL_LEN; in ext4_mb_choose_next_group_goal_fast()
981 *new_cr = CR_GOAL_LEN_SLOW; in ext4_mb_choose_next_group_goal_fast()
994 enum criteria *new_cr, ext4_group_t *group, ext4_group_t ngroups) in ext4_mb_choose_next_group_best_avail() argument
1066 *new_cr = CR_GOAL_LEN_SLOW; in ext4_mb_choose_next_group_best_avail()
1119 enum criteria *new_cr, ext4_group_t *group, ext4_group_t ngroups) in ext4_mb_choose_next_group() argument
1121 *new_cr = ac->ac_criteria; in ext4_mb_choose_next_group()
1128 if (*new_cr == CR_POWER2_ALIGNED) { in ext4_mb_choose_next_group()
1129 ext4_mb_choose_next_group_p2_aligned(ac, new_cr, group, ngroups); in ext4_mb_choose_next_group()
1130 } else if (*new_cr == CR_GOAL_LEN_FAST) { in ext4_mb_choose_next_group()
1131 ext4_mb_choose_next_group_goal_fast(ac, new_cr, group, ngroups); in ext4_mb_choose_next_group()
1132 } else if (*new_cr == CR_BEST_AVAIL_LEN) { in ext4_mb_choose_next_group()
1133 ext4_mb_choose_next_group_best_avail(ac, new_cr, group, ngroups); in ext4_mb_choose_next_group()
2770 enum criteria new_cr, cr = CR_GOAL_LEN_FAST; in ext4_mb_regular_allocator() local
2842 for (i = 0, new_cr = cr; i < ngroups; i++, in ext4_mb_regular_allocator()
2843 ext4_mb_choose_next_group(ac, &new_cr, &group, ngroups)) { in ext4_mb_regular_allocator()
2847 if (new_cr != cr) { in ext4_mb_regular_allocator()
2848 cr = new_cr; in ext4_mb_regular_allocator()