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

/xnu-2782.1.97/osfmk/i386/
H A Di386_init.c488 nanoseconds_to_absolutetime(URGENCY_NOTIFICATION_ASSERT_NS, &urgency_notification_assert_abstime_threshold);
491 &urgency_notification_assert_abstime_threshold,
492 sizeof(urgency_notification_assert_abstime_threshold));
H A DpmCPU.h161 extern uint64_t urgency_notification_assert_abstime_threshold;
H A DpmCPU.c743 uint64_t urgency_notification_assert_abstime_threshold, urgency_notification_max_recorded; variable
752 boolean_t urgency_assert = (urgency_notification_assert_abstime_threshold != 0);
780 if (__improbable((delta > urgency_notification_assert_abstime_threshold) && !machine_timeout_suspended()))

Completed in 24 milliseconds