Home
last modified time | relevance | path

Searched refs:timeout_us (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_colo_proxy.c107 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
[all …]
A Dlibxl_colo.h146 unsigned int timeout_us);

Completed in 2 milliseconds