Searched refs:tv_usec (Results 1 – 10 of 10) sorted by relevance
| /tools/libs/light/ |
| A D | libxl_colo_proxy.c | 118 tv.tv_usec = timeout_us % 1000000; in colo_userspace_proxy_recv() 162 tv.tv_usec = timeout_us % 1000000; in colo_proxy_recv() 196 tv.tv_usec = 0; in colo_proxy_recv()
|
| A D | libxl_event.c | 466 .tv_usec = (ms % 1000) * 1000 in time_rel_to_abs() 518 (unsigned long)ev->abs.tv_sec, (unsigned long)ev->abs.tv_usec); in time_done_debug() 549 ev, (unsigned long)absolute.tv_sec, (unsigned long)absolute.tv_usec); in libxl__ev_time_register_abs() 628 (unsigned long)etime->abs.tv_usec); in time_occurs() 1313 our_timeout = rel.tv_sec * 1000 + (rel.tv_usec + 999) / 1000; in beforepoll_internal()
|
| A D | libxl_create.c | 488 … vments[5] = GCSPRINTF("%jd.%02d", (intmax_t)start_time.tv_sec,(int)start_time.tv_usec/10000); in libxl__domain_build() 527 … vments[i++] = GCSPRINTF("%jd.%02d", (intmax_t)start_time.tv_sec,(int)start_time.tv_usec/10000); in libxl__domain_build() 553 (long)start_time.tv_usec/10000); in libxl__domain_build() 1572 … vments[5] = GCSPRINTF("%jd.%02d", (intmax_t)start_time.tv_sec,(int)start_time.tv_usec/10000); in domcreate_stream_done() 1582 … vments[i++] = GCSPRINTF("%jd.%02d", (intmax_t)start_time.tv_sec,(int)start_time.tv_usec/10000); in domcreate_stream_done() 1597 (long)start_time.tv_usec/10000); in domcreate_stream_done()
|
| A D | libxl_qmp.c | 407 .tv_usec = 0, in qmp_next()
|
| /tools/libfsimage/ufs/ |
| A D | ufs.h | 41 grub_int32_t tv_usec; member
|
| /tools/console/client/ |
| A D | main.c | 112 tv.tv_usec = 0; in get_pty_fd()
|
| /tools/helpers/ |
| A D | init-dom0less.c | 138 (intmax_t)start_time.tv_sec, (int)start_time.tv_usec / 10000); in create_xenstore()
|
| /tools/xentop/ |
| A D | xentop.c | 528 +(curtime.tv_usec - oldtime.tv_usec)); in get_cpu_pct()
|
| /tools/misc/ |
| A D | xenpm.c | 486 usec_end = tv.tv_sec * 1000000UL + tv.tv_usec; in signal_int_handler() 688 usec_start = tv.tv_sec * 1000000UL + tv.tv_usec; in start_gather_func()
|
| /tools/xenmon/ |
| A D | xenbaked.c | 310 tv.tv_usec = 0; in wait_for_event()
|
Completed in 42 milliseconds