Lines Matching refs:timeval
70 static struct timeval tvnow(void);
104 struct timeval tv; in logmsg()
228 struct timeval pending_tv; in wait_ms()
230 struct timeval initial_tv; in wait_ms()
440 static struct timeval tvnow(void) in tvnow()
452 struct timeval now; in tvnow()
466 static struct timeval tvnow(void) in tvnow()
475 struct timeval now; in tvnow()
500 static struct timeval tvnow(void) in tvnow()
507 struct timeval now; in tvnow()
514 static struct timeval tvnow(void) in tvnow()
519 struct timeval now; in tvnow()
527 long timediff(struct timeval newer, struct timeval older) in timediff()