Home
last modified time | relevance | path

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

/linux-4.4.14/arch/tile/kernel/vdso/
Dvgettimeofday.c70 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()
/linux-4.4.14/arch/tile/include/asm/
Dvdso.h31 seqcount_t tb_seq; /* Timebase seqlock */ member
/linux-4.4.14/arch/tile/kernel/
Dtime.c265 write_seqcount_begin(&vdso_data->tb_seq); in update_vsyscall()
301 write_seqcount_end(&vdso_data->tb_seq); in update_vsyscall()