Home
last modified time | relevance | path

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

/mm/
Dhugetlb.c254 struct file_region *nrg = NULL; in get_file_region_entry_from_cache() local
259 nrg = list_first_entry(&resv->region_cache, struct file_region, link); in get_file_region_entry_from_cache()
260 list_del(&nrg->link); in get_file_region_entry_from_cache()
262 nrg->from = from; in get_file_region_entry_from_cache()
263 nrg->to = to; in get_file_region_entry_from_cache()
265 return nrg; in get_file_region_entry_from_cache()
268 static void copy_hugetlb_cgroup_uncharge_info(struct file_region *nrg, in copy_hugetlb_cgroup_uncharge_info() argument
272 nrg->reservation_counter = rg->reservation_counter; in copy_hugetlb_cgroup_uncharge_info()
273 nrg->css = rg->css; in copy_hugetlb_cgroup_uncharge_info()
283 struct file_region *nrg) in record_hugetlb_cgroup_uncharge_info() argument
[all …]