Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kern/
H A Dtelemetry.c1595 uint64_t bootprofile_next_deadline = 0; variable
1686 bootprofile_next_deadline = mach_absolute_time() + bootprofile_interval_abs; in bootprofile_init()
1689 bootprofile_next_deadline, in bootprofile_init()
1700 bootprofile_next_deadline = mach_absolute_time() + bootprofile_interval_abs; in bootprofile_wake_from_sleep()
1703 bootprofile_next_deadline, in bootprofile_wake_from_sleep()
1805 &bootprofile_next_deadline); in bootprofile_timer_call()
1808 bootprofile_next_deadline, in bootprofile_timer_call()