OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Sep 29 21:09:56 GMT 2025