Home
last modified time | relevance | path

Searched refs:time_since (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/osfmk/kperf/
H A Dkptimer.c254 uint64_t time_since = now - deadline; in dead_reckon_deadline() local
255 uint64_t extra_time = period - (time_since % period); in dead_reckon_deadline()