Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dtimekeeping.h59 extern time64_t __ktime_get_real_seconds(void);
/linux-6.15/kernel/time/
H A Dntp.c303 real_secs = __ktime_get_real_seconds(); in ntp_update_offset()
705 ntpdata->time_reftime = __ktime_get_real_seconds(); in process_adj_status()
H A Dtimekeeping.c982 noinstr time64_t __ktime_get_real_seconds(void) in __ktime_get_real_seconds() function
/linux-6.15/kernel/debug/kdb/
H A Dkdb_main.c2409 now = __ktime_get_real_seconds(); in kdb_summary()
/linux-6.15/arch/x86/kernel/cpu/mce/
H A Dcore.c126 m->time = __ktime_get_real_seconds(); in mce_prep_record_common()