Lines Matching refs:new_cr
875 enum criteria *new_cr, ext4_group_t *group) 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) 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) in ext4_mb_choose_next_group_best_avail() argument
1068 *new_cr = CR_GOAL_LEN_SLOW; in ext4_mb_choose_next_group_best_avail()
1109 enum criteria *new_cr, ext4_group_t *group, ext4_group_t ngroups) in ext4_mb_choose_next_group() argument
1111 *new_cr = ac->ac_criteria; in ext4_mb_choose_next_group()
1129 if (*new_cr == CR_POWER2_ALIGNED) { in ext4_mb_choose_next_group()
1130 ext4_mb_choose_next_group_p2_aligned(ac, new_cr, group); in ext4_mb_choose_next_group()
1131 } else if (*new_cr == CR_GOAL_LEN_FAST) { in ext4_mb_choose_next_group()
1132 ext4_mb_choose_next_group_goal_fast(ac, new_cr, group); in ext4_mb_choose_next_group()
1133 } else if (*new_cr == CR_BEST_AVAIL_LEN) { in ext4_mb_choose_next_group()
1134 ext4_mb_choose_next_group_best_avail(ac, new_cr, group); in ext4_mb_choose_next_group()
2800 enum criteria new_cr, cr = CR_GOAL_LEN_FAST; in ext4_mb_regular_allocator() local
2873 for (i = 0, new_cr = cr; i < ngroups; i++, in ext4_mb_regular_allocator()
2874 ext4_mb_choose_next_group(ac, &new_cr, &group, ngroups)) { in ext4_mb_regular_allocator()
2878 if (new_cr != cr) { in ext4_mb_regular_allocator()
2879 cr = new_cr; in ext4_mb_regular_allocator()