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

/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_udp.c673 static uint64_t throttle_val = 0; local
694 if (!throttle_val)
695 nanoseconds_to_absolutetime(KDP_THROTTLE_VALUE, &throttle_val);
699 ((cur_time - last_time) > throttle_val)) {

Completed in 28 milliseconds