Searched refs:t_max_wait (Results 1 – 3 of 3) sorted by relevance
125 transaction->t_max_wait = 0; in jbd2_get_transaction()153 oldts = READ_ONCE(transaction->t_max_wait); in update_t_max_wait()155 oldts = cmpxchg(&transaction->t_max_wait, oldts, newts); in update_t_max_wait()
443 stats.run.rs_wait = commit_transaction->t_max_wait; in jbd2_journal_commit_transaction()
636 unsigned long t_max_wait; member