Searched refs:nrg (Results 1 – 2 of 2) sorted by relevance
472 struct file_region *nrg; in get_file_region_entry_from_cache() local477 nrg = list_first_entry(&resv->region_cache, struct file_region, link); in get_file_region_entry_from_cache()478 list_del(&nrg->link); in get_file_region_entry_from_cache()480 nrg->from = from; in get_file_region_entry_from_cache()481 nrg->to = to; in get_file_region_entry_from_cache()483 return nrg; in get_file_region_entry_from_cache()486 static void copy_hugetlb_cgroup_uncharge_info(struct file_region *nrg, in copy_hugetlb_cgroup_uncharge_info() argument490 nrg->reservation_counter = rg->reservation_counter; in copy_hugetlb_cgroup_uncharge_info()491 nrg->css = rg->css; in copy_hugetlb_cgroup_uncharge_info()501 struct file_region *nrg) in record_hugetlb_cgroup_uncharge_info() argument[all …]
709 __le32 nrg; member