Searched refs:oldts (Results 1 – 1 of 1) sorted by relevance
127 unsigned long oldts, newts; in update_t_max_wait() local131 oldts = READ_ONCE(transaction->t_max_wait); in update_t_max_wait()132 while (oldts < newts) in update_t_max_wait()133 oldts = cmpxchg(&transaction->t_max_wait, oldts, newts); in update_t_max_wait()