Searched refs:nr_freed (Results 1 – 4 of 4) sorted by relevance
177 int i, nr_freed; in ion_system_heap_shrink() local194 nr_freed = ion_page_pool_shrink(pool, in ion_system_heap_shrink()197 nr_to_scan -= nr_freed; in ion_system_heap_shrink()198 nr_total += nr_freed; in ion_system_heap_shrink()
2340 s64 new_size, old_size, nr_freed, new_alloc_size, old_alloc_size; in ntfs_truncate() local2679 nr_freed = ntfs_cluster_free(ni, new_alloc_size >> in ntfs_truncate()2683 if (unlikely(nr_freed < 0)) { in ntfs_truncate()2686 "the lost cluster(s).", (long long)nr_freed); in ntfs_truncate()2688 nr_freed = 0; in ntfs_truncate()2750 if (nr_freed) { in ntfs_truncate()2751 ni->itype.compressed.size -= nr_freed << in ntfs_truncate()
1144 int ret, nr_freed = 0; in try_to_free_dmap_chunks() local1150 if (nr_freed >= nr_to_free) in try_to_free_dmap_chunks()1193 nr_freed++; in try_to_free_dmap_chunks()
2195 int nr_freed; in drain_freelist() local2198 nr_freed = 0; in drain_freelist()2199 while (nr_freed < tofree && !list_empty(&n->slabs_free)) { in drain_freelist()2219 nr_freed++; in drain_freelist()2222 return nr_freed; in drain_freelist()