Home
last modified time | relevance | path

Searched refs:raw_read_seqcount_begin (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()
89 count = raw_read_seqcount_begin(&vdso->tb_seq); in do_monotonic()
108 count = raw_read_seqcount_begin(&vdso->tb_seq); in do_realtime_coarse()
122 count = raw_read_seqcount_begin(&vdso->tb_seq); in do_monotonic_coarse()
140 count = raw_read_seqcount_begin(&vdso->tz_seq); in __vdso_gettimeofday()
/linux-4.4.14/include/linux/
Dseqlock.h145 static inline unsigned raw_read_seqcount_begin(const seqcount_t *s) in raw_read_seqcount_begin() function
164 return raw_read_seqcount_begin(s); in read_seqcount_begin()
/linux-4.4.14/kernel/time/
Dhrtimer.c1177 seq = raw_read_seqcount_begin(&cpu_base->seq); in hrtimer_active()