Home
last modified time | relevance | path

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

/openbmc/linux/fs/jbd2/
H A Dtransaction.c103 transaction->t_max_wait = 0; in jbd2_get_transaction()
131 oldts = READ_ONCE(transaction->t_max_wait); in update_t_max_wait()
133 oldts = cmpxchg(&transaction->t_max_wait, oldts, newts); in update_t_max_wait()
H A Dcommit.c443 stats.run.rs_wait = commit_transaction->t_max_wait; in jbd2_journal_commit_transaction()
/openbmc/linux/include/linux/
H A Djbd2.h636 unsigned long t_max_wait; member