Searched refs:tb_seq (Results 1 – 3 of 3) sorted by relevance
70 count = raw_read_seqcount_begin(&vdso->tb_seq); in do_realtime()75 } while (unlikely(read_seqcount_retry(&vdso->tb_seq, count))); in do_realtime()89 count = raw_read_seqcount_begin(&vdso->tb_seq); in do_monotonic()94 } while (unlikely(read_seqcount_retry(&vdso->tb_seq, count))); in do_monotonic()108 count = raw_read_seqcount_begin(&vdso->tb_seq); in do_realtime_coarse()111 } while (unlikely(read_seqcount_retry(&vdso->tb_seq, count))); in do_realtime_coarse()122 count = raw_read_seqcount_begin(&vdso->tb_seq); in do_monotonic_coarse()125 } while (unlikely(read_seqcount_retry(&vdso->tb_seq, count))); in do_monotonic_coarse()
31 seqcount_t tb_seq; /* Timebase seqlock */ member
265 write_seqcount_begin(&vdso_data->tb_seq); in update_vsyscall()301 write_seqcount_end(&vdso_data->tb_seq); in update_vsyscall()