Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dbootprofile.c67 uint64_t bootprofile_interval_abs = 0; variable
115 …terval_to_absolutetime_interval(bootprofile_interval_ms, NSEC_PER_MSEC, &bootprofile_interval_abs); in _bootprofile_init()
118 …pe == kBootProfileDisabled) || (bootprofile_buffer_size == 0) || (bootprofile_interval_abs == 0)) { in _bootprofile_init()
138 bootprofile_next_deadline = mach_absolute_time() + bootprofile_interval_abs; in _bootprofile_init()
154 bootprofile_next_deadline = mach_absolute_time() + bootprofile_interval_abs; in bootprofile_wake_from_sleep()
252 if (bootprofile_interval_abs == 0) { in bootprofile_timer_call()
256 clock_deadline_for_periodic_event(bootprofile_interval_abs, in bootprofile_timer_call()
301 bootprofile_interval_abs = 0; in bootprofile_gather()