Searched refs:cnt2 (Results 1 – 1 of 1) sorted by relevance
703 unsigned long cnt2, top2, bottom2; in rb_time_cmpxchg() local710 if (!__rb_time_read(t, &val, &cnt2)) in rb_time_cmpxchg()716 if ((cnt & 3) != cnt2) in rb_time_cmpxchg()719 cnt2 = cnt + 1; in rb_time_cmpxchg()726 top2 = rb_time_val_cnt(top2, cnt2); in rb_time_cmpxchg()727 bottom2 = rb_time_val_cnt(bottom2, cnt2); in rb_time_cmpxchg()729 if (!rb_time_read_cmpxchg(&t->cnt, cnt, cnt2)) in rb_time_cmpxchg()