Searched refs:rtc_epoch (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/alpha/kernel/
H A Drtc.c34 static unsigned long rtc_epoch; variable
43 rtc_epoch = epoch;
53 if (rtc_epoch != 0) {
75 rtc_epoch = epoch;
93 if (rtc_epoch != 1900) {
98 year += rtc_epoch - 1900;
113 if (rtc_epoch != 1900) {
115 xtm.tm_year -= rtc_epoch - 1900;
127 return put_user(rtc_epoch, (unsigned long __user *)arg);
131 rtc_epoch
[all...]

Completed in 294 milliseconds