Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dtelemetry.c1382 uint64_t bootprofile_interval_abs = 0; variable
1451 …terval_to_absolutetime_interval(bootprofile_interval_ms, NSEC_PER_MSEC, &bootprofile_interval_abs); in bootprofile_init()
1454 …pe == kBootProfileDisabled) || (bootprofile_buffer_size == 0) || (bootprofile_interval_abs == 0)) { in bootprofile_init()
1474 bootprofile_next_deadline = mach_absolute_time() + bootprofile_interval_abs; in bootprofile_init()
1488 bootprofile_next_deadline = mach_absolute_time() + bootprofile_interval_abs; in bootprofile_wake_from_sleep()
1587 if (bootprofile_interval_abs == 0) { in bootprofile_timer_call()
1591 clock_deadline_for_periodic_event(bootprofile_interval_abs, in bootprofile_timer_call()
1636 bootprofile_interval_abs = 0; in bootprofile_gather()