Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/include/asm/
Dtimex.h15 #define TOD_UNIX_EPOCH 0x7d91048bca000000ULL macro
116 tod_to_timeval(stck - TOD_UNIX_EPOCH, ts); in stck_to_timespec()
/linux-4.1.27/arch/s390/kernel/
Dearly.c52 if (set_tod_clock(TOD_UNIX_EPOCH) != 0 || store_tod_clock(&time) != 0) in reset_tod_clock()
55 sched_clock_base_cc = TOD_UNIX_EPOCH; in reset_tod_clock()
Dtime.c186 tod_to_timeval(get_tod_clock() - TOD_UNIX_EPOCH, ts); in read_persistent_clock()
191 tod_to_timeval(sched_clock_base_cc - TOD_UNIX_EPOCH, ts); in read_boot_clock()