Lines Matching defs:iter
579 struct file_region *iter, *trg = NULL;
586 * [last_accounted_offset, iter->from), at every iteration, with some
589 list_for_each_entry_safe(iter, trg, head, link) {
591 if (iter->from < f) {
595 if (iter->to > last_accounted_offset)
596 last_accounted_offset = iter->to;
603 if (iter->from >= t) {
604 rg = iter->link.prev;
608 /* Add an entry for last_accounted_offset -> iter->from, and
611 if (iter->from > last_accounted_offset)
612 add += hugetlb_resv_map_add(resv, iter->link.prev,
614 iter->from, h, h_cg,
617 last_accounted_offset = iter->to;