Searched refs:tvv (Results 1 – 2 of 2) sorted by relevance
163 struct timeval tvv; in rpc_pending_now() local170 tvv.tv_sec = tvv.tv_usec = 0; in rpc_pending_now()171 nsel = select(FD_SETSIZE, &readfds, (fd_set *) NULL, (fd_set *) NULL, &tvv); in rpc_pending_now()201 struct timeval tvv; in run_rpc() local229 tvv.tv_sec = softclock(); in run_rpc()231 tvv.tv_sec = next_softclock - now; in run_rpc()233 tvv.tv_usec = 0; in run_rpc()245 if (tvv.tv_sec <= 0) in run_rpc()246 tvv.tv_sec = SELECT_MAXWAIT; in run_rpc()247 if (tvv.tv_sec) { in run_rpc()[all …]
9622 Cast tvv.tv_sec to int to match format.