Home
last modified time | relevance | path

Searched refs:rtc_tv_nsec_ok (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/rtc/
H A Dsystohc.c47 ok = rtc_tv_nsec_ok(rtc->set_offset_nsec, &to_set, &now); in rtc_set_ntp_time()
/kernel/linux/linux-5.10/include/linux/
H A Drtc.h217 static inline bool rtc_tv_nsec_ok(s64 set_offset_nsec, in rtc_tv_nsec_ok() function
/kernel/linux/linux-6.6/kernel/time/
H A Dntp.c543 static inline bool rtc_tv_nsec_ok(unsigned long set_offset_nsec, in rtc_tv_nsec_ok() function
643 if (!rtc_tv_nsec_ok(offset_nsec, &to_set, &now)) in sync_hw_clock()
/kernel/linux/linux-5.10/kernel/time/
H A Dntp.c549 * called at, and does rtc_tv_nsec_ok internally. in sync_rtc_clock()
588 if (rtc_tv_nsec_ok(-1 * target_nsec, &adjust, &now)) { in sync_cmos_clock()

Completed in 4 milliseconds