HomeSort by: relevance | last modified time | path
    Searched defs:nperiods (Results 1 - 1 of 1) 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
177 nperiods = howmany(now_ms - expires_ms, period_ms);
179 1000000*nperiods*period_ms);
181 return nperiods;

Completed in 10 milliseconds