Lines Matching refs:timeval
70 static struct timeval tvnow(void);
104 struct timeval tv; in logmsg()
216 struct timeval pending_tv; in wait_ms()
218 struct timeval initial_tv; in wait_ms()
405 static struct timeval tvnow(void) in tvnow()
417 struct timeval now; in tvnow()
431 static struct timeval tvnow(void) in tvnow()
440 struct timeval now; in tvnow()
465 static struct timeval tvnow(void) in tvnow()
472 struct timeval now; in tvnow()
479 static struct timeval tvnow(void) in tvnow()
484 struct timeval now; in tvnow()
492 long timediff(struct timeval newer, struct timeval older) in timediff()