Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dtelemetry.c1372 uint64_t bootprofile_interval_abs = 0; variable
1441 …terval_to_absolutetime_interval(bootprofile_interval_ms, NSEC_PER_MSEC, &bootprofile_interval_abs); in bootprofile_init()
1444 …pe == kBootProfileDisabled) || (bootprofile_buffer_size == 0) || (bootprofile_interval_abs == 0)) { in bootprofile_init()
1464 bootprofile_next_deadline = mach_absolute_time() + bootprofile_interval_abs; in bootprofile_init()
1478 bootprofile_next_deadline = mach_absolute_time() + bootprofile_interval_abs; in bootprofile_wake_from_sleep()
1577 if (bootprofile_interval_abs == 0) { in bootprofile_timer_call()
1581 clock_deadline_for_periodic_event(bootprofile_interval_abs, in bootprofile_timer_call()
1626 bootprofile_interval_abs = 0; in bootprofile_gather()