Searched refs:nr_freed (Results 1 – 6 of 6) sorted by relevance
/linux/fs/jbd2/ |
A D | checkpoint.c | 467 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()
|
/linux/include/trace/events/ |
A D | jbd2.h | 465 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)
|
/linux/fs/ntfs/ |
A D | inode.c | 2346 s64 new_size, old_size, nr_freed, new_alloc_size, old_alloc_size; in ntfs_truncate() local 2684 nr_freed = ntfs_cluster_free(ni, new_alloc_size >> in ntfs_truncate() 2688 if (unlikely(nr_freed < 0)) { in ntfs_truncate() 2691 "the lost cluster(s).", (long long)nr_freed); in ntfs_truncate() 2693 nr_freed = 0; in ntfs_truncate() 2754 if (nr_freed) { in ntfs_truncate() 2755 ni->itype.compressed.size -= nr_freed << in ntfs_truncate()
|
/linux/fs/fuse/ |
A D | dax.c | 1140 int ret, nr_freed = 0; in try_to_free_dmap_chunks() local 1146 if (nr_freed >= nr_to_free) in try_to_free_dmap_chunks() 1189 nr_freed++; in try_to_free_dmap_chunks()
|
/linux/mm/ |
A D | slab.c | 2196 int nr_freed; in drain_freelist() local 2199 nr_freed = 0; in drain_freelist() 2200 while (nr_freed < tofree && !list_empty(&n->slabs_free)) { in drain_freelist() 2220 nr_freed++; in drain_freelist() 2223 return nr_freed; in drain_freelist()
|
A D | page_alloc.c | 1439 int nr_freed = 0; in free_pcppages_bulk() local 1478 nr_freed += 1 << order; in free_pcppages_bulk() 1505 pcp->count -= nr_freed; in free_pcppages_bulk()
|
Completed in 36 milliseconds