Lines Matching refs:timeval
34 struct timeval tvnow(void) in tvnow()
36 struct timeval now; in tvnow()
63 struct timeval tvnow(void) in tvnow()
72 struct timeval now; in tvnow()
97 struct timeval tvnow(void) in tvnow()
104 struct timeval now; in tvnow()
111 struct timeval tvnow(void) in tvnow()
116 struct timeval now; in tvnow()
126 struct timeval tvrealnow(void) in tvrealnow()
133 struct timeval now; in tvrealnow()
147 struct timeval tvrealnow(void) in tvrealnow()
149 struct timeval now; in tvrealnow()
167 long tvdiff(struct timeval newer, struct timeval older) in tvdiff()