Home
last modified time | relevance | path

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

/linux-2.6.39/arch/s390/include/asm/
Dtimex.h17 #define TOD_UNIX_EPOCH 0x7d91048bca000000ULL macro
110 tod_to_timeval(stck - TOD_UNIX_EPOCH, ts); in stck_to_timespec()
/linux-2.6.39/arch/s390/kernel/
Dearly.c54 if (set_clock(TOD_UNIX_EPOCH) != 0 || store_clock(&time) != 0) in reset_tod_clock()
57 sched_clock_base_cc = TOD_UNIX_EPOCH; in reset_tod_clock()
Dtime.c187 tod_to_timeval(get_clock() - TOD_UNIX_EPOCH, ts); in read_persistent_clock()
192 tod_to_timeval(sched_clock_base_cc - TOD_UNIX_EPOCH, ts); in read_boot_clock()