Home
last modified time | relevance | path

Searched refs:prg (Results 1 – 1 of 1) sorted by relevance

/mm/
Dhugetlb.c337 struct file_region *nrg = NULL, *prg = NULL; in coalesce_file_region() local
339 prg = list_prev_entry(rg, link); in coalesce_file_region()
340 if (&prg->link != &resv->regions && prg->to == rg->from && in coalesce_file_region()
341 has_same_uncharge_info(prg, rg)) { in coalesce_file_region()
342 prg->to = rg->to; in coalesce_file_region()
348 rg = prg; in coalesce_file_region()