Searched refs:msec (Results 1 – 6 of 6) sorted by relevance
8 {unsigned long msec=(n); while (msec--) udelay(1000);})
784 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() local848 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()
79 int msec; member
1037 int msec; in ehci_dbgp_bios_handoff() local1052 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()
127 let msec = time -. (floor time) in131 (int_of_float (1000.0 *. msec))
199 unsigned msec; member264 .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