Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 7 of 7) sorted by relevance

/kernel/object/
A Dinterrupt_dispatcher.cpp64 bool InterruptDispatcher::SendPacketLocked(zx_time_t timestamp) { in SendPacketLocked() argument
65 bool status = port_dispatcher_->QueueInterruptPacket(&port_packet_, timestamp); in SendPacketLocked()
73 zx_status_t InterruptDispatcher::Trigger(zx_time_t timestamp) { in Trigger() argument
86 timestamp_ = timestamp; in Trigger()
98 SendPacketLocked(timestamp); in Trigger()
A Dport_dispatcher.cpp255 bool PortDispatcher::QueueInterruptPacket(PortInterruptPacket* port_packet, zx_time_t timestamp) { in QueueInterruptPacket() argument
260 port_packet->timestamp = timestamp; in QueueInterruptPacket()
312 out_packet->interrupt.timestamp = port_interrupt_packet->timestamp; in Dequeue()
/kernel/object/include/object/
A Dinterrupt_dispatcher.h37 zx_status_t Trigger(zx_time_t timestamp);
58 bool SendPacketLocked(zx_time_t timestamp) TA_REQ(spinlock_);
A Dport_dispatcher.h108 zx_time_t timestamp; member
179 bool QueueInterruptPacket(PortInterruptPacket* port_packet, zx_time_t timestamp);
/kernel/lib/debuglog/include/lib/
A Ddebuglog.h63 uint64_t timestamp; member
/kernel/syscalls/
A Dddk.cpp535 zx_time_t timestamp; in sys_interrupt_wait() local
536 status = interrupt->WaitForInterrupt(&timestamp); 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() argument
572 return interrupt->Trigger(timestamp); in sys_interrupt_trigger()
/kernel/lib/debuglog/
A Ddebuglog.cpp129 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