Home
last modified time | relevance | path

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

/kernel/trace/
Dring_buffer.c703 unsigned long cnt2, top2, bottom2; in rb_time_cmpxchg() local
710 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()