timegm            123 tools/testing/selftests/rtc/rtctest.c 	secs = timegm((struct tm *)&tm) + ALARM_DELTA;
timegm            161 tools/testing/selftests/rtc/rtctest.c 	new = timegm((struct tm *)&tm);
timegm            177 tools/testing/selftests/rtc/rtctest.c 	secs = timegm((struct tm *)&alarm.time) + ALARM_DELTA;
timegm            210 tools/testing/selftests/rtc/rtctest.c 	new = timegm((struct tm *)&tm);
timegm            225 tools/testing/selftests/rtc/rtctest.c 	secs = timegm((struct tm *)&tm) + 60 - tm.tm_sec;
timegm            263 tools/testing/selftests/rtc/rtctest.c 	new = timegm((struct tm *)&tm);
timegm            279 tools/testing/selftests/rtc/rtctest.c 	secs = timegm((struct tm *)&alarm.time) + 60 - alarm.time.tm_sec;
timegm            312 tools/testing/selftests/rtc/rtctest.c 	new = timegm((struct tm *)&tm);