Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_insert_waitcnt.cpp43 * The context contains a map: gpr -> wait_entry
114 struct wait_entry { struct
122 wait_entry(wait_event event_, wait_imm imm_, bool logical_, bool wait_on_read_) in wait_entry() function
127 bool join(const wait_entry& other) in join()
191 std::map<PhysReg, wait_entry> gpr_map;
221 using iterator = std::map<PhysReg, wait_entry>::iterator; in join()
239 void wait_and_remove_from_entry(PhysReg reg, wait_entry& entry, counter_type counter) in wait_and_remove_from_entry()
268 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.find(reg); in check_instr()
281 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.find(reg); in check_instr()
451 std::map<PhysReg, wait_entry> in kill()
[all...]
/third_party/NuttX/fs/vfs/
H A Dfs_poll.c399 poll_wait_entry wait_entry; in poll() local
407 wait_table.wait = &wait_entry; in poll()
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_core.h133 TAILQ_ENTRY(usb_xfer) wait_entry; /* used at various places */ member
H A Dusb_debug.c96 TAILQ_FOREACH(xfer, &ep->endpoint_q[x].head, wait_entry) in usb_dump_queue()
H A Dusb_transfer.c2424 TAILQ_REMOVE(&pq->head, xfer, wait_entry); in usbd_transfer_dequeue()
2449 TAILQ_INSERT_TAIL(&pq->head, xfer, wait_entry); in usbd_transfer_enqueue()
2991 wait_entry); in usb_command_wrapper()
H A Dusb_hub.c2161 TAILQ_FOREACH(xfer, &bus->intr_q.head, wait_entry) { in usbd_fs_isoc_schedule_alloc_slot()
2201 wait_entry) { in usbd_fs_isoc_schedule_alloc_slot()
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci.c1350 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) { in ehci_interrupt_poll()
3765 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) {
3797 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) {
H A Dxhci.c3876 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) { in xhci_configure_msg()
3936 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) { in xhci_configure_msg()

Completed in 19 milliseconds