Searched refs:TimeValue (Results 1 – 3 of 3) sorted by relevance
554 struct timeval TimeValue; /* System clock at startup */ local1055 …gettimeofday(&TimeValue, NULL); // Now always read the system time to keep "real time" of operati…1056 NowRealTime = BaseRealTime = SecondsPartOfTime = TimeValue.tv_sec;1084 delay(SECOND - TimeValue.tv_usec * 8 / 1000);2053 gettimeofday(&TimeValue, NULL);2054 NowRealTime = TimeValue.tv_sec;
777 static struct timeval TimeValue = { 0 }; in process_rings() local802 (poll == 0)? (struct timeval *)0 : &TimeValue)) < 0) { in process_rings()
847 static struct timeval TimeValue = { 0, 0 }; in process_rings() local890 (poll == 0)? (struct timeval *)0 : &TimeValue)) < 0) { in process_rings()