Searched refs:nr_freed (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/jbd2/ |
| H A D | checkpoint.c | 374 unsigned long nr_freed = 0; in journal_shrink_one_cp_list() local 397 nr_freed++; in journal_shrink_one_cp_list() 407 return nr_freed; in journal_shrink_one_cp_list() 426 unsigned long nr_freed = 0; in jbd2_journal_shrink_checkpoint_list() local 462 nr_freed += freed; in jbd2_journal_shrink_checkpoint_list() 485 nr_freed, next_tid); in jbd2_journal_shrink_checkpoint_list() 487 return nr_freed; in jbd2_journal_shrink_checkpoint_list()
|
| /linux/include/trace/events/ |
| H A D | jbd2.h | 465 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)
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_pagemap_util.c | 365 unsigned long nr_freed = 0; in drm_pagemap_shrinker_scan() local 380 nr_freed++; in drm_pagemap_shrinker_scan() 393 return sc->nr_scanned ? nr_freed : SHRINK_STOP; in drm_pagemap_shrinker_scan()
|
| /linux/fs/fuse/ |
| H A D | dax.c | 1104 int ret, nr_freed = 0; in try_to_free_dmap_chunks() local 1110 if (nr_freed >= nr_to_free) in try_to_free_dmap_chunks() 1153 nr_freed++; in try_to_free_dmap_chunks()
|