Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dtelemetry.c1353 uint64_t bootprofile_next_deadline = 0; variable
1444 bootprofile_next_deadline = mach_absolute_time() + bootprofile_interval_abs; in bootprofile_init()
1447 bootprofile_next_deadline, in bootprofile_init()
1458 bootprofile_next_deadline = mach_absolute_time() + bootprofile_interval_abs; in bootprofile_wake_from_sleep()
1461 bootprofile_next_deadline, in bootprofile_wake_from_sleep()
1563 &bootprofile_next_deadline); in bootprofile_timer_call()
1566 bootprofile_next_deadline, in bootprofile_timer_call()