Lines Matching refs:delay_ms
9335 uint32_t delay_ms, argument
9366 kdebugTrace(kPMLogDrvPSChangeDelay, id, messageType, delay_ms);
9370 kdebugTrace(kPMLogAppResponseDelay, id, notify->msgType, delay_ms);
9372 kdebugTrace(kPMLogDrvResponseDelay, notify->uuid0, messageType, delay_ms);
9407 delayNum = OSNumber::withNumber(delay_ms, 32);
9425 async ? "async " : "", delay_ms);
9684 IOPMrootDomain::traceNotificationAck(OSObject *object, uint32_t delay_ms) argument
9695 (uintptr_t) notifier->uuid1, (uintptr_t) 0, (uintptr_t) delay_ms);
9698 …ssageString(notifier->msgType), notifier->msgIndex, getNotificationClientName(notifier), delay_ms);
9699 if (delay_ms > notifier->maxAckDelayMS) {
9700 notifier->maxAckDelayMS = delay_ms;
9705 IOPMrootDomain::traceNotificationResponse(OSObject *object, uint32_t delay_ms, uint32_t ack_time_us) argument
9716 (uintptr_t) notifier->uuid1, (uintptr_t)(ack_time_us / 1000), (uintptr_t) delay_ms);
9721 …ssageString(notifier->msgType), notifier->msgIndex, getNotificationClientName(notifier), delay_ms);
9725 …otifier->msgType), notifier->msgIndex, getNotificationClientName(notifier), delay_ms, ack_time_us);