Searched refs:tv_sec (Results 1 – 16 of 16) sorted by relevance
| /tools/libs/light/ |
| A D | libxl_colo_proxy.c | 117 tv.tv_sec = timeout_us / 1000000; in colo_userspace_proxy_recv() 161 tv.tv_sec = timeout_us / 1000000; in colo_proxy_recv() 195 tv.tv_sec = 0; in colo_proxy_recv()
|
| A D | libxl_event.c | 465 .tv_sec = ms / 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() 627 etime, (unsigned long)etime->abs.tv_sec, in time_occurs() 1310 } else if (rel.tv_sec >= 2000000) { in beforepoll_internal() 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() 552 (uint64_t)start_time.tv_sec, 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() 1596 (uint64_t)start_time.tv_sec, in domcreate_stream_done()
|
| A D | libxl_domain.c | 1394 ctxt->ts.tv_sec - *sec <= ctxt->timeout) { in libxl__read_recent() 1444 r = fprintf(nf, "%jd %u\n", (intmax_t)ctxt.ts.tv_sec, domid); in libxl__mark_domid_recent() 1493 if (val == domid && ctxt.ts.tv_sec - sec <= ctxt.timeout) { in libxl__is_domid_recent()
|
| A D | libxl_qmp.c | 406 .tv_sec = qmp->timeout, in qmp_next()
|
| /tools/xentop/ |
| A D | xentop.c | 527 us_elapsed = ((curtime.tv_sec-oldtime.tv_sec)*1000000.0 in get_cpu_pct() 963 curt = curtime.tv_sec; in do_summary() 1349 if(ch != ERR || (curtime.tv_sec - oldtime.tv_sec) >= delay) { in main()
|
| /tools/tests/xenstore/ |
| A D | test-xenstore.c | 99 nsec = tp2.tv_sec * 1000000000 + tp2.tv_nsec - in call_test() 100 tp1.tv_sec * 1000000000 - tp1.tv_nsec; in call_test()
|
| /tools/libfsimage/ufs/ |
| A D | ufs.h | 40 grub_time32_t tv_sec; member
|
| /tools/console/client/ |
| A D | main.c | 113 tv.tv_sec = (start + seconds) - now; 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/xenmon/ |
| A D | xenbaked.c | 174 spec.tv_sec = millis / 1000; in millis_to_timespec() 309 tv.tv_sec = 1; in wait_for_event()
|
| /tools/misc/ |
| A D | xen-livepatch.c | 382 rem.tv_sec = 0; in nanosleep_retry()
|
| 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/xl/ |
| A D | xl_migrate.c | 100 waituntil.tv_sec += 2; in migration_child_report()
|
| /tools/console/daemon/ |
| A D | io.c | 830 con->next_period = ((long long)ts.tv_sec * 1000) + (ts.tv_nsec / 1000000) + RATE_LIMIT_PERIOD; in console_init() 1376 now = ((long long)ts.tv_sec * 1000) + (ts.tv_nsec / 1000000); in handle_io()
|
| /tools/xenstored/ |
| A D | core.c | 178 return now_ts.tv_sec * 1000 + now_ts.tv_nsec / 1000000; in get_now_msec()
|
Completed in 54 milliseconds