Lines Matching defs:len_to_move
762 u32 cpos, phys_cpos, move_start, len_to_move, alloc_size;
795 len_to_move = (range->me_start + range->me_len) >>
797 if (len_to_move >= move_start)
798 len_to_move -= move_start;
800 len_to_move = 0;
815 move_start, len_to_move, defrag_thresh);
818 while (len_to_move) {
826 if (alloc_size > len_to_move)
827 alloc_size = len_to_move;
875 len_to_move -= alloc_size;