Lines Matching refs:region_cache_count
254 VM_BUG_ON(resv->region_cache_count <= 0); in get_file_region_entry_from_cache()
256 resv->region_cache_count--; in get_file_region_entry_from_cache()
465 while (resv->region_cache_count < in allocate_file_region_entries()
468 resv->region_cache_count; in allocate_file_region_entries()
474 VM_BUG_ON(resv->region_cache_count < resv->adds_in_progress); in allocate_file_region_entries()
487 resv->region_cache_count += to_allocate; in allocate_file_region_entries()
540 resv->region_cache_count < in region_add()
624 VM_BUG_ON(!resv->region_cache_count); in region_abort()
672 resv->region_cache_count > resv->adds_in_progress) { in region_del()
677 resv->region_cache_count--; in region_del()
922 resv_map->region_cache_count = 1; in resv_map_alloc()