totalLatency
uint32 totalLatency = psd.enlat + psd.exlat;
if (totalLatency < 100000 && !secondStateSet) {
if (totalLatency < 15000 && secondStateSet && !firstStateSet) {
if (ref->totalLatency(&latency) == B_OK)
status_t totalLatency(
bigtime_t totalLatency = 0;
totalLatency += diffTime;
kprintf(" total: %" B_PRIdBIGTIME " us\n", totalLatency);
kprintf(" average: %#.2f us\n", (double)totalLatency / latencies);