Home
last modified time | relevance | path

Searched refs:next_tid (Results 1 – 2 of 2) sorted by relevance

/fs/jbd2/
Dcheckpoint.c420 tid_t first_tid = 0, last_tid = 0, next_tid = 0; in jbd2_journal_shrink_checkpoint_list() local
465 next_tid = next_transaction->t_tid; in jbd2_journal_shrink_checkpoint_list()
468 next_tid = 0; in jbd2_journal_shrink_checkpoint_list()
474 if (*nr_to_scan && next_tid) in jbd2_journal_shrink_checkpoint_list()
478 nr_freed, next_tid); in jbd2_journal_shrink_checkpoint_list()
/fs/proc/
Dbase.c3814 static struct task_struct *next_tid(struct task_struct *start) in next_tid() function
3852 task = next_tid(task), ctx->pos++) { in proc_task_readdir()