Searched refs:file_region (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/mm/ |
D | hugetlb.c | 241 struct file_region { struct 264 struct file_region *rg, *nrg, *trg; in region_add() argument 283 nrg = list_first_entry(&resv->region_cache, struct file_region, in region_add() 360 struct file_region *rg, *nrg = NULL; in region_chg() 373 struct file_region *trg; in region_chg() 487 struct file_region *rg, *trg; in region_del() 488 struct file_region *nrg = NULL; in region_del() 515 struct file_region, in region_del() 594 struct file_region *rg; in region_count() 701 struct file_region *rg = kmalloc(sizeof(*rg), GFP_KERNEL); in resv_map_alloc() [all …]
|
/Linux-v5.4/Documentation/vm/ |
D | hugetlbfs_reserv.rst | 56 struct file_region { 169 file_region will exist that includes the range 'from' - 'to'. For private 242 ensuring the page is represented within a file_region structure of the region 421 map, all the individual file_region structures must be freed. In this case 424 after the new file size must be freed. In addition, any file_region entries 435 happen in the hole punch case where it has to split an existing file_region
|