msec
int msec;
for (msec = inittime; msec <= waittime; msec += msec) {
switch (pollretval = _poll(pfd, fdlistno, msec)) {
long long msec, totalmsec;
msec =
msec * 100 / totalmsec, (msec * 1000 / totalmsec) % 10);
printf("%8lu%c ", msec(rtm->rtm_rmx.rmx_rtt), lock(RTT));
uint32_t msec, sec;
msec = RD4(sc, RTC_MILLI_SECONDS);
tv.tv_usec = msec * 1000;
msecs_to_jiffies(uint64_t msec)
if (msec > lkpi_msec2hz_max)
msec = lkpi_msec2hz_max;
result = howmany(msec * lkpi_msec2hz_rem, lkpi_msec2hz_div);
aic_timer_reset(aic_timer_t *timer, u_int msec, aic_callback_t *func, void *arg)
time = msec;
aic_scb_timer_reset(struct scb *scb, u_int msec)
time = msec;
uint8_t msec;
msec = 4;
if (msec-- == 0) {
dwc_hdmi_phy_wait_i2c_done(struct dwc_hdmi_softc *sc, int msec)
msec -= 10;
if (msec <= 0)
unsigned msec;
for (msec = 0; msec < 100; msec++) {
if (msec > sc->worst) {
"Tworst from %u to %u\n", sc->worst, msec);
if (msec != 100)
sc->worst = msec;
if (!validbcd(tregs.msec))
bct.nsec = bcd2bin(tregs.msec) * 10 * 1000 * 1000;
tregs.msec = bin2bcd(ts->tv_nsec / (10 * 1000 * 1000));
uint8_t msec, sec, min, hour, day, month;
#define ocs_msleep(msec) ocs_udelay((msec)*1000)
sli_bmbx_wait(sli4_t *sli4, uint32_t msec)
msec--;
} while(msec && !(val & SLI4_BMBX_RDY));
u8 msec = ECORE_MCP_SHMEM_RDY_ITER_MS;
OSAL_MSLEEP(msec);
ECPRE_MCP_SHMEM_RDY_MAX_RETRIES * msec);
u16 msec;
if (p_time->msec > 999)
p_time->msec = 0;
p_time->msec, p_time->usec);
uint32_t msec;
int64_t msec;
msec = sbttoms(*(sbintime_t *)arg1);
error = sysctl_handle_64(oidp, &msec, 0, req);
*(sbintime_t *)arg1 = mstosbt(msec);
msec((u_long)hc_entry->hc_rtt *
msec((u_long)hc_entry->hc_rttvar *
uint32_t sec, msec;
msec = cts - (MS_IN_USEC * sec);
return ((sec * USECS_IN_SECOND) + (msec * MS_IN_USEC));
schedule_post(semid_t id, u_int msec)
it.it_value.tv_sec = msec / 1000;
it.it_value.tv_usec = (msec % 1000) * 1000;
timedwait(semid_t id, u_int msec, u_int *delta, int error)
end.tv_sec = msec / 1000;
end.tv_nsec = msec % 1000 * 1000000;
#define IWMBT_MSEC2TS(msec) \
.tv_sec = (msec) / 1000, \
.tv_nsec = ((msec) % 1000) * 1000000 \
#define RTLBT_MSEC2TS(msec) \
.tv_sec = (msec) / 1000, \
.tv_nsec = ((msec) % 1000) * 1000000 \
#define msec2ts(msec) (struct timespec) { \
.tv_sec = (msec) / 1000, \
.tv_nsec = (msec) % 1000 * 1000000, \