Searched refs:tvnow (Results 1 – 2 of 2) sorted by relevance
526 struct timeval tvgoal, tvnow; in pctx_run() local594 (void) gettimeofday(&tvnow, 0); in pctx_run()595 if ((mswait = msdiff(&tvgoal, &tvnow)) == 0) { in pctx_run()
1402 struct timeval tv, tvnow; in find_server() local1448 (void) gettimeofday(&tvnow, NULL); in find_server()1449 tv = tvnow; in find_server()1460 tvstart = tvnow; in find_server()