Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/rtc/
Dsystohc.c53 ok = rtc_tv_nsec_ok(rtc->set_offset_nsec, &to_set, &now); in rtc_set_ntp_time()
/Linux-v4.19/include/linux/
Drtc.h234 static inline bool rtc_tv_nsec_ok(s64 set_offset_nsec, in rtc_tv_nsec_ok() function
/Linux-v4.19/kernel/time/
Dntp.c595 if (rtc_tv_nsec_ok(-1 * target_nsec, &adjust, &now)) { in sync_cmos_clock()