HomeSort by: relevance | last modified time | path
    Searched defs:expires_ms (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/linux/
linux_hrtimer.c 158 uint64_t now_ms, period_ms, expires_ms, nperiods; local in function:hrtimer_forward
169 expires_ms = ktime_to_ms(hrt->hrt_expires);
172 if (now_ms < expires_ms)
177 nperiods = howmany(now_ms - expires_ms, period_ms);
linux_hrtimer.c 158 uint64_t now_ms, period_ms, expires_ms, nperiods; local in function:hrtimer_forward
169 expires_ms = ktime_to_ms(hrt->hrt_expires);
172 if (now_ms < expires_ms)
177 nperiods = howmany(now_ms - expires_ms, period_ms);

Completed in 25 milliseconds