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

/freebsd-12-stable/lib/libc/rpc/
H A Dclnt_dg.c129 struct timeval cu_total; /* total time for the call */ member in struct:cu_data
252 cu->cu_total.tv_sec = -1;
253 cu->cu_total.tv_usec = -1;
354 if (cu->cu_total.tv_usec == -1) {
357 timeout = cu->cu_total; /* use default timeout */
689 cu->cu_total = *(struct timeval *)info;
692 *(struct timeval *)info = cu->cu_total;
/freebsd-12-stable/sys/rpc/
H A Dclnt_dg.c146 struct timeval cu_total; /* total time for the call */ member in struct:cu_data
238 cu->cu_total.tv_sec = -1;
239 cu->cu_total.tv_usec = -1;
383 if (cu->cu_total.tv_usec == -1) {
386 tvp = &cu->cu_total; /* use default timeout */
845 cu->cu_total = *(struct timeval *)info;
848 *(struct timeval *)info = cu->cu_total;

Completed in 175 milliseconds