Home
last modified time | relevance | path

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

/linux-4.1.27/arch/tile/kernel/vdso/
Dvgettimeofday.c70 count = read_seqcount_begin(&vdso->tb_seq); in do_realtime()
75 } while (unlikely(read_seqcount_retry(&vdso->tb_seq, count))); in do_realtime()
89 count = read_seqcount_begin(&vdso->tb_seq); in do_monotonic()
94 } while (unlikely(read_seqcount_retry(&vdso->tb_seq, count))); in do_monotonic()
108 count = 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 = read_seqcount_begin(&vdso->tb_seq); in do_monotonic_coarse()
125 } while (unlikely(read_seqcount_retry(&vdso->tb_seq, count))); in do_monotonic_coarse()
/linux-4.1.27/arch/tile/include/asm/
Dvdso.h31 seqcount_t tb_seq; /* Timebase seqlock */ member
/linux-4.1.27/arch/tile/kernel/
Dtime.c263 write_seqcount_begin(&vdso_data->tb_seq); in update_vsyscall()
299 write_seqcount_end(&vdso_data->tb_seq); in update_vsyscall()