Lines Matching refs:timeout_us
107 unsigned int timeout_us) in colo_userspace_proxy_recv() argument
116 if (timeout_us) { in colo_userspace_proxy_recv()
117 tv.tv_sec = timeout_us / 1000000; in colo_userspace_proxy_recv()
118 tv.tv_usec = timeout_us % 1000000; in colo_userspace_proxy_recv()
142 unsigned int timeout_us) in colo_proxy_recv() argument
160 if (timeout_us) { in colo_proxy_recv()
161 tv.tv_sec = timeout_us / 1000000; in colo_proxy_recv()
162 tv.tv_usec = timeout_us % 1000000; in colo_proxy_recv()
194 if (timeout_us) { in colo_proxy_recv()
376 unsigned int timeout_us) in colo_proxy_checkpoint() argument
396 ret = colo_userspace_proxy_recv(cps, recvbuff, timeout_us); in colo_proxy_checkpoint()
411 size = colo_proxy_recv(cps, &buff, timeout_us); in colo_proxy_checkpoint()