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

/xnu-2422.115.4/osfmk/kern/
H A Dtelemetry.c881 uint64_t bootprofile_interval_abs = 0; variable
925 clock_interval_to_absolutetime_interval(bootprofile_interval_ms, NSEC_PER_MSEC, &bootprofile_interval_abs);
928 if ((bootprofile_buffer_size == 0) || (bootprofile_interval_abs == 0)) {
944 bootprofile_next_deadline = mach_absolute_time() + bootprofile_interval_abs;
1009 if (bootprofile_interval_abs == 0) {
1013 clock_deadline_for_periodic_event(bootprofile_interval_abs,
1048 bootprofile_interval_abs = 0;

Completed in 20 milliseconds