Home
last modified time | relevance | path

Searched refs:__ktime_get_real_seconds (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/time/
H A Dntp.c321 secs = (long)(__ktime_get_real_seconds() - time_reftime); in ntp_update_offset()
325 time_reftime = __ktime_get_real_seconds(); in ntp_update_offset()
653 time_reftime = __ktime_get_real_seconds(); in process_adj_status()
H A Dtimekeeping.c1032 noinstr time64_t __ktime_get_real_seconds(void) in __ktime_get_real_seconds() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dtimekeeping.h53 extern time64_t __ktime_get_real_seconds(void);
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dcore.c138 m->time = __ktime_get_real_seconds(); in mce_setup()
/OK3568_Linux_fs/kernel/kernel/debug/kdb/
H A Dkdb_main.c2587 now = __ktime_get_real_seconds(); in kdb_summary()