Home
last modified time | relevance | path

Searched refs:ktime_get_real_seconds (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/powerpc/platforms/pseries/
Dnvram.c147 last_unread_rtas_event = ktime_get_real_seconds(); in nvram_write_error_log()
149 last_rtas_event = ktime_get_real_seconds(); in nvram_write_error_log()
203 && ktime_get_real_seconds() - last_unread_rtas_event <= in clobbering_unread_rtas_event()
/linux-4.1.27/drivers/rtc/
Drtc-test.c37 rtc_time64_to_tm(ktime_get_real_seconds(), tm); in test_rtc_read_time()
/linux-4.1.27/include/linux/
Dtimekeeping.h32 extern time64_t ktime_get_real_seconds(void);
/linux-4.1.27/arch/powerpc/kernel/
Dnvram_64.c379 oops_hdr->timestamp = cpu_to_be64(ktime_get_real_seconds()); in zip_oops()
426 oops_hdr->timestamp = cpu_to_be64(ktime_get_real_seconds()); in nvram_pstore_write()
724 oops_hdr->timestamp = cpu_to_be64(ktime_get_real_seconds()); in oops_to_nvram()
/linux-4.1.27/fs/
Dcoredump.c234 time = ktime_get_real_seconds(); in format_corename()
/linux-4.1.27/kernel/time/
Dtimekeeping.c829 time64_t ktime_get_real_seconds(void) in ktime_get_real_seconds() function
846 EXPORT_SYMBOL_GPL(ktime_get_real_seconds);