Lines Matching refs:seq
40 seqcount_t seq; member
57 seqcount_t seq; member
165 unsigned int seq; in timekeeping_get_delta() local
175 seq = read_seqcount_begin(&tk_core.seq); in timekeeping_get_delta()
180 } while (read_seqcount_retry(&tk_core.seq, seq)); in timekeeping_get_delta()
333 raw_write_seqcount_latch(&tkf->seq); in update_fast_timekeeper()
339 raw_write_seqcount_latch(&tkf->seq); in update_fast_timekeeper()
380 unsigned int seq; in __ktime_get_fast_ns() local
384 seq = raw_read_seqcount_latch(&tkf->seq); in __ktime_get_fast_ns()
385 tkr = tkf->base + (seq & 0x01); in __ktime_get_fast_ns()
387 } while (read_seqcount_retry(&tkf->seq, seq)); in __ktime_get_fast_ns()
628 unsigned long seq; in __getnstimeofday64() local
632 seq = read_seqcount_begin(&tk_core.seq); in __getnstimeofday64()
637 } while (read_seqcount_retry(&tk_core.seq, seq)); in __getnstimeofday64()
667 unsigned int seq; in ktime_get() local
674 seq = read_seqcount_begin(&tk_core.seq); in ktime_get()
678 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_get()
687 unsigned int seq; in ktime_get_resolution_ns() local
693 seq = read_seqcount_begin(&tk_core.seq); in ktime_get_resolution_ns()
695 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_get_resolution_ns()
710 unsigned int seq; in ktime_get_with_offset() local
717 seq = read_seqcount_begin(&tk_core.seq); in ktime_get_with_offset()
721 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_get_with_offset()
736 unsigned long seq; in ktime_mono_to_any() local
740 seq = read_seqcount_begin(&tk_core.seq); in ktime_mono_to_any()
742 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_mono_to_any()
754 unsigned int seq; in ktime_get_raw() local
759 seq = read_seqcount_begin(&tk_core.seq); in ktime_get_raw()
763 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_get_raw()
782 unsigned int seq; in ktime_get_ts64() local
787 seq = read_seqcount_begin(&tk_core.seq); in ktime_get_ts64()
792 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_get_ts64()
833 unsigned int seq; in ktime_get_real_seconds() local
839 seq = read_seqcount_begin(&tk_core.seq); in ktime_get_real_seconds()
842 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_get_real_seconds()
862 unsigned long seq; in ktime_get_raw_and_real_ts64() local
868 seq = read_seqcount_begin(&tk_core.seq); in ktime_get_raw_and_real_ts64()
877 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_get_raw_and_real_ts64()
919 write_seqcount_begin(&tk_core.seq); in do_settimeofday64()
938 write_seqcount_end(&tk_core.seq); in do_settimeofday64()
967 write_seqcount_begin(&tk_core.seq); in timekeeping_inject_offset()
985 write_seqcount_end(&tk_core.seq); in timekeeping_inject_offset()
1003 unsigned int seq; in timekeeping_get_tai_offset() local
1007 seq = read_seqcount_begin(&tk_core.seq); in timekeeping_get_tai_offset()
1009 } while (read_seqcount_retry(&tk_core.seq, seq)); in timekeeping_get_tai_offset()
1034 write_seqcount_begin(&tk_core.seq); in timekeeping_set_tai_offset()
1037 write_seqcount_end(&tk_core.seq); in timekeeping_set_tai_offset()
1056 write_seqcount_begin(&tk_core.seq); in change_clocksource()
1076 write_seqcount_end(&tk_core.seq); in change_clocksource()
1110 unsigned long seq; in getrawmonotonic64() local
1114 seq = read_seqcount_begin(&tk_core.seq); in getrawmonotonic64()
1118 } while (read_seqcount_retry(&tk_core.seq, seq)); in getrawmonotonic64()
1132 unsigned long seq; in timekeeping_valid_for_hres() local
1136 seq = read_seqcount_begin(&tk_core.seq); in timekeeping_valid_for_hres()
1140 } while (read_seqcount_retry(&tk_core.seq, seq)); in timekeeping_valid_for_hres()
1151 unsigned long seq; in timekeeping_max_deferment() local
1155 seq = read_seqcount_begin(&tk_core.seq); in timekeeping_max_deferment()
1159 } while (read_seqcount_retry(&tk_core.seq, seq)); in timekeeping_max_deferment()
1236 write_seqcount_begin(&tk_core.seq); in timekeeping_init()
1255 write_seqcount_end(&tk_core.seq); in timekeeping_init()
1337 write_seqcount_begin(&tk_core.seq); in timekeeping_inject_sleeptime64()
1345 write_seqcount_end(&tk_core.seq); in timekeeping_inject_sleeptime64()
1371 write_seqcount_begin(&tk_core.seq); in timekeeping_resume()
1426 write_seqcount_end(&tk_core.seq); in timekeeping_resume()
1453 write_seqcount_begin(&tk_core.seq); in timekeeping_suspend()
1481 write_seqcount_end(&tk_core.seq); in timekeeping_suspend()
1826 write_seqcount_begin(&tk_core.seq); in update_wall_time()
1840 write_seqcount_end(&tk_core.seq); in update_wall_time()
1887 unsigned long seq; in current_kernel_time64() local
1890 seq = read_seqcount_begin(&tk_core.seq); in current_kernel_time64()
1893 } while (read_seqcount_retry(&tk_core.seq, seq)); in current_kernel_time64()
1903 unsigned long seq; in get_monotonic_coarse64() local
1906 seq = read_seqcount_begin(&tk_core.seq); in get_monotonic_coarse64()
1910 } while (read_seqcount_retry(&tk_core.seq, seq)); in get_monotonic_coarse64()
1944 unsigned int seq; in ktime_get_update_offsets_now() local
1949 seq = read_seqcount_begin(&tk_core.seq); in ktime_get_update_offsets_now()
1966 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_get_update_offsets_now()
2001 write_seqcount_begin(&tk_core.seq); in do_adjtimex()
2012 write_seqcount_end(&tk_core.seq); in do_adjtimex()
2032 write_seqcount_begin(&tk_core.seq); in hardpps()
2036 write_seqcount_end(&tk_core.seq); in hardpps()