Searched refs:oldts (Results 1 – 1 of 1) sorted by relevance
149 unsigned long oldts, newts; in update_t_max_wait() local153 oldts = READ_ONCE(transaction->t_max_wait); 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()