Lines Matching refs:from
12 * separately from the Linux kernel or incorporated into other
228 unsigned int from, to;
234 for (from = find_first_bit(gnttab_free_bitmap, gnttab_size);
235 from < gnttab_size;
236 from = find_next_bit(gnttab_free_bitmap, gnttab_size, to + 1)) {
238 from + 1);
239 if (ret < 0 && to - from >= count) {
240 ret = from;
242 from += count;
244 if (from == to)
253 while (from < to) {
254 *last = from;
255 last = __gnttab_entry(from);
256 gnttab_last_free = from;
257 from++;