Home
last modified time | relevance | path

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

/linux/fs/jbd2/
H A Dcheckpoint.c375 unsigned long nr_freed = 0; in journal_shrink_one_cp_list() local
400 nr_freed++; in journal_shrink_one_cp_list()
411 return nr_freed; in journal_shrink_one_cp_list()
430 unsigned long nr_freed = 0; in jbd2_journal_shrink_checkpoint_list() local
463 nr_freed += journal_shrink_one_cp_list(transaction->t_checkpoint_list, in jbd2_journal_shrink_checkpoint_list()
487 nr_freed, next_tid); in jbd2_journal_shrink_checkpoint_list()
489 return nr_freed; in jbd2_journal_shrink_checkpoint_list()
/linux/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)
/linux/drivers/gpu/drm/
H A Ddrm_pagemap_util.c365 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()