Lines Matching defs:to_free
670 s64 delta, to_free, nr_freed = 0;
702 to_free = rl->length - delta;
703 if (count >= 0 && to_free > count)
704 to_free = count;
710 to_free))
712 nr_freed = to_free;
718 count -= to_free;
736 to_free = rl->length;
737 if (count >= 0 && to_free > count)
738 to_free = count;
743 to_free)) {
749 nr_freed += to_free;
753 count -= to_free;