Home
last modified time | relevance | path

Searched refs:nr_freed (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/fs/jbd2/
H A 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-6.6/fs/jbd2/
H A Dcheckpoint.c358 unsigned long nr_freed = 0; in journal_shrink_one_cp_list() local
381 nr_freed++; in journal_shrink_one_cp_list()
391 return nr_freed; in journal_shrink_one_cp_list()
410 unsigned long nr_freed = 0; in jbd2_journal_shrink_checkpoint_list() local
443 nr_freed += freed; in jbd2_journal_shrink_checkpoint_list()
466 nr_freed, next_tid); in jbd2_journal_shrink_checkpoint_list()
468 return nr_freed; in jbd2_journal_shrink_checkpoint_list()
/kernel/linux/linux-5.10/include/trace/events/
H A 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-6.6/include/trace/events/
H A Djbd2.h465 unsigned long nr_freed, tid_t next_tid),
467 TP_ARGS(journal, first_tid, tid, last_tid, nr_freed, next_tid),
474 __field(unsigned long, nr_freed)
483 __entry->nr_freed = nr_freed;
491 __entry->nr_freed, __entry->next_tid)
/kernel/linux/linux-5.10/drivers/staging/android/ion/
H A 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/fs/ntfs/
H A Dinode.c2357 s64 new_size, old_size, nr_freed, new_alloc_size, old_alloc_size; in ntfs_truncate() local
2696 nr_freed = ntfs_cluster_free(ni, new_alloc_size >> in ntfs_truncate()
2700 if (unlikely(nr_freed < 0)) { in ntfs_truncate()
2703 "the lost cluster(s).", (long long)nr_freed); in ntfs_truncate()
2705 nr_freed = 0; in ntfs_truncate()
2767 if (nr_freed) { in ntfs_truncate()
2768 ni->itype.compressed.size -= nr_freed << in ntfs_truncate()
/kernel/linux/linux-6.6/fs/ntfs/
H A Dinode.c2357 s64 new_size, old_size, nr_freed, new_alloc_size, old_alloc_size; in ntfs_truncate() local
2695 nr_freed = ntfs_cluster_free(ni, new_alloc_size >> in ntfs_truncate()
2699 if (unlikely(nr_freed < 0)) { in ntfs_truncate()
2702 "the lost cluster(s).", (long long)nr_freed); in ntfs_truncate()
2704 nr_freed = 0; in ntfs_truncate()
2765 if (nr_freed) { in ntfs_truncate()
2766 ni->itype.compressed.size -= nr_freed << in ntfs_truncate()
/kernel/linux/linux-5.10/fs/fuse/
H A 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-6.6/fs/fuse/
H A Ddax.c1138 int ret, nr_freed = 0; in try_to_free_dmap_chunks() local
1144 if (nr_freed >= nr_to_free) in try_to_free_dmap_chunks()
1187 nr_freed++; in try_to_free_dmap_chunks()
/kernel/linux/linux-5.10/mm/
H A 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/linux-6.6/mm/
H A Dslab.c2174 int nr_freed; in drain_freelist() local
2177 nr_freed = 0; in drain_freelist()
2178 while (nr_freed < tofree && !list_empty(&n->slabs_free)) { in drain_freelist()
2198 nr_freed++; in drain_freelist()
2203 return nr_freed; in drain_freelist()

Completed in 25 milliseconds