Lines Matching refs:count
66 unsigned count; in do_realtime() local
70 count = read_seqcount_begin(&vdso->tb_seq); in do_realtime()
75 } while (unlikely(read_seqcount_retry(&vdso->tb_seq, count))); in do_realtime()
85 unsigned count; in do_monotonic() local
89 count = read_seqcount_begin(&vdso->tb_seq); in do_monotonic()
94 } while (unlikely(read_seqcount_retry(&vdso->tb_seq, count))); in do_monotonic()
105 unsigned count; in do_realtime_coarse() local
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()
119 unsigned count; in do_monotonic_coarse() local
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()
134 unsigned count; in __vdso_gettimeofday() local
140 count = read_seqcount_begin(&vdso->tz_seq); in __vdso_gettimeofday()
143 } while (unlikely(read_seqcount_retry(&vdso->tz_seq, count))); in __vdso_gettimeofday()