Searched refs:region_cache (Results 1 – 3 of 3) sorted by relevance
49 struct list_head region_cache;
462 nrg = list_first_entry(&resv->region_cache, struct file_region, link); in get_file_region_entry_from_cache()693 list_splice(&allocated_regions, &resv->region_cache); in allocate_file_region_entries()880 nrg = list_first_entry(&resv->region_cache, in region_del()1098 INIT_LIST_HEAD(&resv_map->region_cache); in resv_map_alloc()1099 list_add(&rg->link, &resv_map->region_cache); in resv_map_alloc()1108 struct list_head *head = &resv_map->region_cache; in resv_map_release()
54 struct list_head region_cache; member