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

/darwin-on-arm/xnu/osfmk/i386/
H A DpmCPU.c691 uint64_t urgency_notification_assert_abstime_threshold, urgency_notification_max_recorded; variable
719 if (__improbable(delta > urgency_notification_max_recorded)) {
724 urgency_notification_max_recorded = delta;

Completed in 25 milliseconds