Searched refs:timestamp (Results 1 – 7 of 7) sorted by relevance
64 bool InterruptDispatcher::SendPacketLocked(zx_time_t timestamp) { in SendPacketLocked() argument65 bool status = port_dispatcher_->QueueInterruptPacket(&port_packet_, timestamp); in SendPacketLocked()73 zx_status_t InterruptDispatcher::Trigger(zx_time_t timestamp) { in Trigger() argument86 timestamp_ = timestamp; in Trigger()98 SendPacketLocked(timestamp); in Trigger()
255 bool PortDispatcher::QueueInterruptPacket(PortInterruptPacket* port_packet, zx_time_t timestamp) { in QueueInterruptPacket() argument260 port_packet->timestamp = timestamp; in QueueInterruptPacket()312 out_packet->interrupt.timestamp = port_interrupt_packet->timestamp; in Dequeue()
37 zx_status_t Trigger(zx_time_t timestamp);58 bool SendPacketLocked(zx_time_t timestamp) TA_REQ(spinlock_);
108 zx_time_t timestamp; member179 bool QueueInterruptPacket(PortInterruptPacket* port_packet, zx_time_t timestamp);
63 uint64_t timestamp; member
535 zx_time_t timestamp; in sys_interrupt_wait() local536 status = interrupt->WaitForInterrupt(×tamp); in sys_interrupt_wait()538 status = out_timestamp.copy_to_user(timestamp); in sys_interrupt_wait()558 zx_time_t timestamp) { in sys_interrupt_trigger() argument572 return interrupt->Trigger(timestamp); in sys_interrupt_trigger()
129 hdr.timestamp = current_time(); in dlog_write()369 (int)(rec.hdr.timestamp / ZX_SEC(1)), in debuglog_dumper()370 (int)((rec.hdr.timestamp / ZX_MSEC(1)) % 1000ULL), in debuglog_dumper()
Completed in 75 milliseconds