Searched refs:rb_time_read_cmpxchg (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/kernel/trace/ |
D | ring_buffer.c | 695 rb_time_read_cmpxchg(local_t *l, unsigned long expect, unsigned long set) in rb_time_read_cmpxchg() function 730 if (!rb_time_read_cmpxchg(&t->cnt, cnt, cnt2)) in rb_time_cmpxchg() 732 if (!rb_time_read_cmpxchg(&t->msb, msb, msb2)) in rb_time_cmpxchg() 734 if (!rb_time_read_cmpxchg(&t->top, top, top2)) in rb_time_cmpxchg() 736 if (!rb_time_read_cmpxchg(&t->bottom, bottom, bottom2)) in rb_time_cmpxchg()
|