Home
last modified time | relevance | path

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

/xen/xen/drivers/passthrough/vtd/
A Ddmar.h113 s_time_t start_time = NOW(); \
118 if ( NOW() > start_time + DMAR_OPERATION_TIMEOUT ) { \
A Dquirks.c178 s_time_t start_time; in snb_vtd_ops_preamble() local
189 start_time = NOW(); in snb_vtd_ops_preamble()
192 if ( NOW() > start_time + snb_igd_timeout ) in snb_vtd_ops_preamble()
/xen/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()
709 time(&start_time); in main()
928 start = new_qos->domain_info[id].start_time; in qos_update_thread()
940 new_qos->domain_info[id].start_time = now; in qos_update_thread()
1001 new_qos->domain_info[idx].start_time = now; in qos_switch_in()
/xen/tools/libxl/
A Dlibxl_create.c479 struct timeval start_time; in libxl__domain_build() local
486 gettimeofday(&start_time, NULL); in libxl__domain_build()
500 vments[5] = GCSPRINTF("%lu.%02d", start_time.tv_sec,(int)start_time.tv_usec/10000); in libxl__domain_build()
539 vments[i++] = GCSPRINTF("%lu.%02d", start_time.tv_sec,(int)start_time.tv_usec/10000); in libxl__domain_build()
564 (uint64_t)start_time.tv_sec, in libxl__domain_build()
565 (long)start_time.tv_usec/10000); in libxl__domain_build()
1478 struct timeval start_time; in domcreate_stream_done() local
1491 gettimeofday(&start_time, NULL); in domcreate_stream_done()
1501 vments[5] = GCSPRINTF("%lu.%02d", start_time.tv_sec,(int)start_time.tv_usec/10000); in domcreate_stream_done()
1511 vments[i++] = GCSPRINTF("%lu.%02d", start_time.tv_sec,(int)start_time.tv_usec/10000); in domcreate_stream_done()
[all …]
A Dlibxl_domain.c2069 char *vm_path, *start_time; in libxl_vm_get_start_time() local
2074 start_time = libxl__xs_read( in libxl_vm_get_start_time()
2076 if (start_time == NULL) { in libxl_vm_get_start_time()
2080 ret = strtoul(start_time, NULL, 10); in libxl_vm_get_start_time()
/xen/tools/ocaml/xenstored/
A Dtransaction.ml113 | None -> (function (start_time, _) -> start_time >= cutoff)
114 | Some t -> (function (start_time, tx) -> start_time >= cutoff && tx != t)
A Dxenstored.ml452 let start_time = Unix.gettimeofday () in
457 else min (max 0. (!next_frequent_ops -. start_time)) period_ops_interval in
/xen/xen/arch/x86/hvm/
A Drtc.c116 if ( (now - s->start_time) / s->period in check_for_pf_ticks()
117 != (s->check_ticks_since - s->start_time) / s->period ) in check_for_pf_ticks()
155 delta = period - ((now - s->start_time) % period); in rtc_timer_update()
862 s->start_time = NOW(); in rtc_init()
/xen/xen/include/asm-x86/hvm/
A Dvpt.h109 s_time_t start_time; member
/xen/tools/ocaml/libs/xs/
A Dxs.ml84 let start_time = Unix.gettimeofday () in
85 let end_time = start_time +. timeout in
/xen/xen/common/sched/
A Dcredit.c172 s_time_t start_time; /* When we were scheduled (used for credit) */ member
337 if ( (delta = now - svc->start_time) <= 0 ) in burn_credits()
345 svc->start_time += (credits * MILLISECS(1)) / CSCHED_CREDITS_PER_MSEC; in burn_credits()
1856 scurr->start_time -= now; in csched_schedule()
1893 snext->start_time += now; in csched_schedule()
1979 snext->start_time += now; in csched_schedule()
A Dcredit2.c562 s_time_t start_time; /* Time we were scheduled (for credit) */ member
1826 svc->start_time = now; in reset_credit()
1863 delta = now - svc->start_time; in burn_credits()
1870 svc->start_time); in burn_credits()
1880 svc->start_time = now; in burn_credits()
3681 snext->start_time = now; in csched2_schedule()
/xen/docs/misc/
A Dxenstore-paths.pandoc595 ### /vm/$UUID/start_time = INTEGER "." INTEGER [n,INTERNAL]
/xen/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