Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dbootprofile.c68 uint64_t bootprofile_next_deadline = 0; variable
138 bootprofile_next_deadline = mach_absolute_time() + bootprofile_interval_abs; in _bootprofile_init()
141 bootprofile_next_deadline, in _bootprofile_init()
154 bootprofile_next_deadline = mach_absolute_time() + bootprofile_interval_abs; in bootprofile_wake_from_sleep()
157 bootprofile_next_deadline, in bootprofile_wake_from_sleep()
258 &bootprofile_next_deadline); in bootprofile_timer_call()
261 bootprofile_next_deadline, in bootprofile_timer_call()