Searched refs:rb_time_split (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/kernel/trace/ |
D | ring_buffer.c | 668 static inline void rb_time_split(u64 val, unsigned long *top, unsigned long *bottom, in rb_time_split() function 686 rb_time_split(val, &top, &bottom, &msb); in rb_time_set() 722 rb_time_split(val, &top, &bottom, &msb); in rb_time_cmpxchg() 726 rb_time_split(set, &top2, &bottom2, &msb2); in rb_time_cmpxchg()
|