/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | elfcore.h | 30 long tv_usec; member
|
/xen-4.10.0-shim-comet/tools/blktap2/control/ |
A D | tap-ctl-ipc.c | 56 tv.tv_usec = 0; in tap_ctl_read_message() 108 tv.tv_usec = 0; in tap_ctl_write_message()
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | tapdisk-log.c | 132 t.tv_sec, (unsigned long long)t.tv_usec, func); in __tlog_write() 173 t.tv_sec, (unsigned long long)t.tv_usec, func); in __tlog_error()
|
A D | tapdisk-filter.c | 119 (unsigned long long)hash->time.tv_usec, sum, in check_hash() 120 now.tv_sec, (unsigned long long)now.tv_usec); in check_hash()
|
A D | tapdisk-ring.c | 343 tv.tv_usec = 0; in tapdisk_ring_read_message() 385 tv.tv_usec = 0; in tapdisk_ring_write_message()
|
A D | scheduler.c | 233 tv.tv_usec = 0; in scheduler_wait_for_events()
|
A D | tapdisk-control.c | 125 tv.tv_usec = 0; in tapdisk_control_read_message() 172 tv.tv_usec = 0; in tapdisk_control_write_message()
|
A D | block-remus.c | 644 .tv_usec = (HEARTBEAT_MS % 1000) * 1000 in mread() 689 .tv_usec = (HEARTBEAT_MS % 1000) * 1000 in mwrite()
|
A D | tapdisk-vbd.c | 765 vbd->ts.tv_sec, (unsigned long long)vbd->ts.tv_usec, in tapdisk_vbd_shutdown() 823 vbd->ts.tv_sec, (unsigned long long)vbd->ts.tv_usec, in tapdisk_vbd_debug()
|
A D | lock.c | 601 timeout.tv_usec = 0; in lock()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
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_create.c | 463 vments[5] = GCSPRINTF("%lu.%02d", start_time.tv_sec,(int)start_time.tv_usec/10000); in libxl__domain_build() 502 vments[i++] = GCSPRINTF("%lu.%02d", start_time.tv_sec,(int)start_time.tv_usec/10000); in libxl__domain_build() 528 (long)start_time.tv_usec/10000); in libxl__domain_build() 1198 vments[5] = GCSPRINTF("%lu.%02d", start_time.tv_sec,(int)start_time.tv_usec/10000); in domcreate_stream_done() 1208 vments[i++] = GCSPRINTF("%lu.%02d", start_time.tv_sec,(int)start_time.tv_usec/10000); in domcreate_stream_done() 1223 (long)start_time.tv_usec/10000); in domcreate_stream_done()
|
A D | libxl_event.c | 291 .tv_usec = (ms % 1000) * 1000 in time_rel_to_abs() 342 (unsigned long)ev->abs.tv_sec, (unsigned long)ev->abs.tv_usec); in time_done_debug() 373 ev, (unsigned long)absolute.tv_sec, (unsigned long)absolute.tv_usec); in libxl__ev_time_register_abs() 450 (unsigned long)etime->abs.tv_usec); in time_occurs() 1126 our_timeout = rel.tv_sec * 1000 + (rel.tv_usec + 999) / 1000; in beforepoll_internal()
|
A D | libxl_exec.c | 189 tv.tv_usec = 0; in libxl__xenstore_child_wait_deprecated()
|
A D | libxl_qmp.c | 435 .tv_usec = 0, in qmp_next()
|
/xen-4.10.0-shim-comet/tools/libfsimage/ufs/ |
A D | ufs.h | 41 grub_int32_t tv_usec; member
|
/xen-4.10.0-shim-comet/tools/console/client/ |
A D | main.c | 112 tv.tv_usec = 0; in get_pty_fd()
|
/xen-4.10.0-shim-comet/stubdom/vtpm/ |
A D | vtpm.c | 96 new_t = (uint64_t)tv.tv_sec * 1000000 + (uint64_t)tv.tv_usec; in vtpm_get_ticks()
|
/xen-4.10.0-shim-comet/tools/xenstat/xentop/ |
A D | xentop.c | 519 +(curtime.tv_usec - oldtime.tv_usec)); in get_cpu_pct()
|
/xen-4.10.0-shim-comet/stubdom/grub/ |
A D | mini-os.c | 720 return ((tv.tv_sec * 1000000ULL + tv.tv_usec) * TICKS_PER_SEC) / 1000000; in currticks()
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xenpm.c | 420 usec_end = tv.tv_sec * 1000000UL + tv.tv_usec; in signal_int_handler() 621 usec_start = tv.tv_sec * 1000000UL + tv.tv_usec; in start_gather_func()
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | conf.c | 529 seed = (unsigned int)((now.tv_sec + 1) * (now.tv_usec + 1)); in main()
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xl/ |
A D | xenlight_stubs.c | 1396 usec = caml_copy_int64(abs.tv_usec); in timeout_register() 1447 assert(abs.tv_sec == 0 && abs.tv_usec == 0); in timeout_modify()
|
/xen-4.10.0-shim-comet/tools/xenmon/ |
A D | xenbaked.c | 314 tv.tv_usec = 0; in wait_for_event()
|