Home
last modified time | relevance | path

Searched refs:start_time (Results 1 – 15 of 15) sorted by relevance

/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/
A Ddmar.h113 s_time_t start_time = NOW(); \
118 if ( NOW() > start_time + DMAR_OPERATION_TIMEOUT ) { \
A Dquirks.c179 s_time_t start_time; in snb_vtd_ops_preamble() local
190 start_time = NOW(); in snb_vtd_ops_preamble()
193 if ( NOW() > start_time + snb_igd_timeout ) in snb_vtd_ops_preamble()
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_create.c442 struct timeval start_time; in libxl__domain_build() local
449 gettimeofday(&start_time, NULL); in libxl__domain_build()
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()
527 (uint64_t)start_time.tv_sec, in libxl__domain_build()
528 (long)start_time.tv_usec/10000); in libxl__domain_build()
1175 struct timeval start_time; in domcreate_stream_done() local
1188 gettimeofday(&start_time, NULL); in domcreate_stream_done()
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()
[all …]
A Dlibxl_domain.c1450 char *vm_path, *start_time; in libxl_vm_get_start_time() local
1455 start_time = libxl__xs_read( in libxl_vm_get_start_time()
1457 if (start_time == NULL) { in libxl_vm_get_start_time()
1461 ret = strtoul(start_time, NULL, 10); in libxl_vm_get_start_time()
/xen-4.10.0-shim-comet/tools/xenmon/
A Dxenbaked.h53 uint64_t start_time; // when the thread started running member
A Dxenbaked.c98 time_t start_time; variable
237 run_time = end_time - start_time; in dump_stats()
707 time(&start_time); in main()
926 start = new_qos->domain_info[id].start_time; in qos_update_thread()
938 new_qos->domain_info[id].start_time = now; in qos_update_thread()
999 new_qos->domain_info[idx].start_time = now; in qos_switch_in()
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dtransaction.ml112 | None -> (function (start_time, _) -> start_time >= cutoff)
113 | Some t -> (function (start_time, tx) -> start_time >= cutoff && tx != t)
A Dxenstored.ml449 let start_time = Unix.gettimeofday () in
454 else min (max 0. (!next_frequent_ops -. start_time)) period_ops_interval in
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Drtc.c115 if ( (now - s->start_time) / s->period in check_for_pf_ticks()
116 != (s->check_ticks_since - s->start_time) / s->period ) in check_for_pf_ticks()
154 delta = period - ((now - s->start_time) % period); in rtc_timer_update()
826 s->start_time = NOW(); in rtc_init()
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dvpt.h113 s_time_t start_time; member
/xen-4.10.0-shim-comet/tools/ocaml/libs/xs/
A Dxs.ml84 let start_time = Unix.gettimeofday () in
85 let end_time = start_time +. timeout in
/xen-4.10.0-shim-comet/xen/common/
A Dsched_credit.c170 s_time_t start_time; /* When we were scheduled (used for credit) */ member
333 if ( (delta = now - svc->start_time) <= 0 ) in burn_credits()
341 svc->start_time += (credits * MILLISECS(1)) / CSCHED_CREDITS_PER_MSEC; in burn_credits()
1874 scurr->start_time -= now; in csched_schedule()
1910 snext->start_time += now; in csched_schedule()
1995 snext->start_time += now; in csched_schedule()
A Dsched_credit2.c527 s_time_t start_time; /* Time we were scheduled (for credit) */ member
1663 svc->start_time = now; in reset_credit()
1701 delta = now - svc->start_time; in burn_credits()
1708 svc->start_time); in burn_credits()
1718 svc->start_time = now; in burn_credits()
3571 snext->start_time = now; in csched2_schedule()
/xen-4.10.0-shim-comet/docs/misc/
A Dxenstore-paths.markdown564 ### /vm/$UUID/start_time = INTEGER "." INTEGER [n,INTERNAL]
/xen-4.10.0-shim-comet/tools/xentrace/
A Dxenalyze.c1649 tsc_t start_time; member
3898 unsigned long long cycles = now - v->cr3.start_time; in cr3_switch()
3953 v->cr3.start_time = now; in cr3_switch()

Completed in 54 milliseconds