Lines Matching defs:len_to_move
764 u32 cpos, phys_cpos, move_start, len_to_move, alloc_size;
797 len_to_move = (range->me_start + range->me_len) >>
799 if (len_to_move >= move_start)
800 len_to_move -= move_start;
802 len_to_move = 0;
817 move_start, len_to_move, defrag_thresh);
820 while (len_to_move) {
828 if (alloc_size > len_to_move)
829 alloc_size = len_to_move;
877 len_to_move -= alloc_size;