Lines Matching refs:timeval
59 static struct timeval tvnow(void);
93 struct timeval tv; in logmsg()
237 struct timeval pending_tv; in wait_ms()
239 struct timeval initial_tv; in wait_ms()
372 static struct timeval tvnow(void) in tvnow()
384 struct timeval now; in tvnow()
397 static struct timeval tvnow(void) in tvnow()
406 struct timeval now; in tvnow()
431 static struct timeval tvnow(void) in tvnow()
438 struct timeval now; in tvnow()
445 static struct timeval tvnow(void) in tvnow()
450 struct timeval now; in tvnow()
458 long timediff(struct timeval newer, struct timeval older) in timediff()