Searched refs:cu_total (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/lib/libc/rpc/
H A Dclnt_dg.c127 struct timeval cu_total; /* total time for the call */ member in struct:cu_data
250 cu->cu_total.tv_sec = -1;
251 cu->cu_total.tv_usec = -1;
352 if (cu->cu_total.tv_usec == -1) {
355 timeout = cu->cu_total; /* use default timeout */
687 cu->cu_total = *(struct timeval *)info;
690 *(struct timeval *)info = cu->cu_total;
/freebsd-11-stable/sys/rpc/
H A Dclnt_dg.c144 struct timeval cu_total; /* total time for the call */ member in struct:cu_data
236 cu->cu_total.tv_sec = -1;
237 cu->cu_total.tv_usec = -1;
382 if (cu->cu_total.tv_usec == -1) {
385 tvp = &cu->cu_total; /* use default timeout */
847 cu->cu_total = *(struct timeval *)info;
850 *(struct timeval *)info = cu->cu_total;

Completed in 111 milliseconds