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

/darwin-on-arm/xnu/osfmk/i386/
H A Di386_init.c541 nanoseconds_to_absolutetime(URGENCY_NOTIFICATION_ASSERT_NS, &urgency_notification_assert_abstime_threshold);
544 &urgency_notification_assert_abstime_threshold,
545 sizeof(urgency_notification_assert_abstime_threshold));
H A DpmCPU.h161 extern uint64_t urgency_notification_assert_abstime_threshold;
H A DpmCPU.c691 uint64_t urgency_notification_assert_abstime_threshold, urgency_notification_max_recorded; variable
699 boolean_t urgency_assert = (urgency_notification_assert_abstime_threshold != 0);
726 if (__improbable((delta > urgency_notification_assert_abstime_threshold) && !machine_timeout_suspended()))

Completed in 70 milliseconds