Home
last modified time | relevance | path

Searched refs:nr_freed (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/fs/jbd2/
Dcheckpoint.c467 unsigned long nr_freed = 0; in journal_shrink_one_cp_list() local
482 nr_freed++; in journal_shrink_one_cp_list()
493 return nr_freed; in journal_shrink_one_cp_list()
512 unsigned long nr_freed = 0; in jbd2_journal_shrink_checkpoint_list() local
544 nr_freed += journal_shrink_one_cp_list(transaction->t_checkpoint_list, in jbd2_journal_shrink_checkpoint_list()
553 nr_freed += journal_shrink_one_cp_list(transaction->t_checkpoint_io_list, in jbd2_journal_shrink_checkpoint_list()
577 nr_freed, nr_scanned, next_tid); in jbd2_journal_shrink_checkpoint_list()
579 return nr_freed; in jbd2_journal_shrink_checkpoint_list()
/kernel/linux/linux-5.10/drivers/staging/android/ion/
Dion_system_heap.c177 int i, nr_freed; in ion_system_heap_shrink() local
194 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()
/kernel/linux/linux-5.10/include/trace/events/
Djbd2.h465 unsigned long nr_freed, unsigned long nr_scanned,
468 TP_ARGS(journal, first_tid, tid, last_tid, nr_freed,
476 __field(unsigned long, nr_freed)
486 __entry->nr_freed = nr_freed;
495 __entry->nr_freed, __entry->nr_scanned, __entry->next_tid)
/kernel/linux/linux-5.10/fs/ntfs/
Dinode.c2346 s64 new_size, old_size, nr_freed, new_alloc_size, old_alloc_size; in ntfs_truncate() local
2685 nr_freed = ntfs_cluster_free(ni, new_alloc_size >> in ntfs_truncate()
2689 if (unlikely(nr_freed < 0)) { in ntfs_truncate()
2692 "the lost cluster(s).", (long long)nr_freed); in ntfs_truncate()
2694 nr_freed = 0; in ntfs_truncate()
2756 if (nr_freed) { in ntfs_truncate()
2757 ni->itype.compressed.size -= nr_freed << in ntfs_truncate()
/kernel/linux/linux-5.10/fs/fuse/
Ddax.c1144 int ret, nr_freed = 0; in try_to_free_dmap_chunks() local
1150 if (nr_freed >= nr_to_free) in try_to_free_dmap_chunks()
1193 nr_freed++; in try_to_free_dmap_chunks()
/kernel/linux/linux-5.10/mm/
Dslab.c2194 int nr_freed; in drain_freelist() local
2197 nr_freed = 0; in drain_freelist()
2198 while (nr_freed < tofree && !list_empty(&n->slabs_free)) { in drain_freelist()
2218 nr_freed++; in drain_freelist()
2221 return nr_freed; in drain_freelist()
/kernel/linux/patches/linux-5.10/zhiyuan_patch/
Dkernel.patch1482 + int nr_freed;
1495 + nr_freed = dmabuf_page_pool_do_shrink(pool,
1498 + nr_to_scan -= nr_freed;
1499 + nr_total += nr_freed;