Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/time/ !
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()
701 time_reftime = __ktime_get_real_seconds(); in process_adj_status()
Dtimekeeping.c1044 noinstr time64_t __ktime_get_real_seconds(void) in __ktime_get_real_seconds() function
/linux-6.6.21/include/linux/ !
Dtimekeeping.h53 extern time64_t __ktime_get_real_seconds(void);
/linux-6.6.21/kernel/debug/kdb/ !
Dkdb_main.c2514 now = __ktime_get_real_seconds(); in kdb_summary()
/linux-6.6.21/arch/x86/kernel/cpu/mce/ !
Dcore.c124 m->time = __ktime_get_real_seconds(); in mce_setup()