Searched refs:nrg (Results 1 – 1 of 1) sorted by relevance
280 struct file_region *rg, *nrg, *trg; in region_add() local299 nrg = list_first_entry(&resv->region_cache, struct file_region, in region_add()301 list_del(&nrg->link); in region_add()303 nrg->from = f; in region_add()304 nrg->to = t; in region_add()305 list_add(&nrg->link, rg->link.prev); in region_add()316 nrg = rg; in region_add()328 if (rg != nrg) { in region_add()339 add += (nrg->from - f); /* Added to beginning of region */ in region_add()340 nrg->from = f; in region_add()[all …]