Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kern/
H A Dtelemetry.c1592 uint64_t bootprofile_interval_abs = 0; variable
1661 …terval_to_absolutetime_interval(bootprofile_interval_ms, NSEC_PER_MSEC, &bootprofile_interval_abs); in bootprofile_init()
1664 …pe == kBootProfileDisabled) || (bootprofile_buffer_size == 0) || (bootprofile_interval_abs == 0)) { in bootprofile_init()
1684 bootprofile_next_deadline = mach_absolute_time() + bootprofile_interval_abs; in bootprofile_init()
1698 bootprofile_next_deadline = mach_absolute_time() + bootprofile_interval_abs; in bootprofile_wake_from_sleep()
1797 if (bootprofile_interval_abs == 0) { in bootprofile_timer_call()
1801 clock_deadline_for_periodic_event(bootprofile_interval_abs, in bootprofile_timer_call()
1846 bootprofile_interval_abs = 0; in bootprofile_gather()