Searched refs:newts (Results 1 – 1 of 1) sorted by relevance
149 unsigned long oldts, newts; in update_t_max_wait() local152 newts = jbd2_time_diff(ts, transaction->t_start); in update_t_max_wait()154 while (oldts < newts) in update_t_max_wait()155 oldts = cmpxchg(&transaction->t_max_wait, oldts, newts); in update_t_max_wait()