HomeSort by: relevance | last modified time | path
    Searched defs:period_ms (Results 1 - 3 of 3) 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
168 period_ms = ktime_to_ms(period);
177 nperiods = howmany(now_ms - expires_ms, period_ms);
179 1000000*nperiods*period_ms);
linux_hrtimer.c 158 uint64_t now_ms, period_ms, expires_ms, nperiods; local in function:hrtimer_forward
168 period_ms = ktime_to_ms(period);
177 nperiods = howmany(now_ms - expires_ms, period_ms);
179 1000000*nperiods*period_ms);
linux_hrtimer.c 158 uint64_t now_ms, period_ms, expires_ms, nperiods; local in function:hrtimer_forward
168 period_ms = ktime_to_ms(period);
177 nperiods = howmany(now_ms - expires_ms, period_ms);
179 1000000*nperiods*period_ms);

Completed in 30 milliseconds