Home
last modified time | relevance | path

Searched refs:msec (Results 1 – 6 of 6) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/xen/
A Ddelay.h8 {unsigned long msec=(n); while (msec--) udelay(1000);})
/xen-4.10.0-shim-comet/tools/xenstore/
A Dxenstored_domain.c784 now_wt->msec = now_ts.tv_nsec / 1000000; in wrl_gettime_now()
842 long milliseconds = now.msec - domain->wrl_timestamp.msec; in wrl_credit_update()
843 long msec; in wrl_credit_update() local
848 msec = seconds * 1000 + milliseconds; in wrl_credit_update()
850 if (msec < 0) in wrl_credit_update()
852 msec = 0; in wrl_credit_update()
855 denom = (int64_t)msec * wrl_config_rate; in wrl_credit_update()
882 msec, in wrl_credit_update()
A Dxenstored_domain.h79 int msec; member
/xen-4.10.0-shim-comet/xen/drivers/char/
A Dehci-dbgp.c1037 int msec; in ehci_dbgp_bios_handoff() local
1052 msec = 1000; in ehci_dbgp_bios_handoff()
1053 while ( (cap & EHCI_USBLEGSUP_BIOS) && (msec > 0) ) in ehci_dbgp_bios_handoff()
1056 msec -= 10; in ehci_dbgp_bios_handoff()
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dlogging.ml127 let msec = time -. (floor time) in
131 (int_of_float (1000.0 *. msec))
/xen-4.10.0-shim-comet/tools/xentrace/
A Dxenalyze.c199 unsigned msec; member
264 .interval = { .msec = DEFAULT_INTERVAL_LENGTH },
10338 opt.interval.msec = (unsigned) (strtof(arg, &inval) * 1000); in cmd_parser()
10541 opt.interval.cycles = ( opt.interval.msec * opt.cpu_hz ) / 1000 ; in cmd_parser()

Completed in 31 milliseconds