Searched refs:wait_entry (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_insert_waitcnt.cpp | 108 struct wait_entry { struct 117 wait_entry(wait_event event_, wait_imm imm_, bool logical_, bool wait_on_read_) in wait_entry() argument 123 bool join(const wait_entry& other) in join() argument 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() 255 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.find(reg); in check_instr() 268 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.find(reg); in check_instr() 439 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.begin(); in kill() 524 for (std::pair<const PhysReg, wait_entry>& e : ctx.gpr_map) { in update_counters() [all …]
|
/third_party/NuttX/fs/vfs/ |
D | fs_poll.c | 399 poll_wait_entry wait_entry; in poll() local 407 wait_table.wait = &wait_entry; in poll()
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_core.h | 133 TAILQ_ENTRY(usb_xfer) wait_entry; /* used at various places */
|
D | usb_debug.c | 97 TAILQ_FOREACH(xfer, &ep->endpoint_q[x].head, wait_entry) in usb_dump_queue()
|
D | usb_transfer.c | 2452 TAILQ_REMOVE(&pq->head, xfer, wait_entry); in usbd_transfer_dequeue() 2477 TAILQ_INSERT_TAIL(&pq->head, xfer, wait_entry); in usbd_transfer_enqueue() 3023 wait_entry); in usb_command_wrapper()
|
D | usb_hub.c | 2168 TAILQ_FOREACH(xfer, &bus->intr_q.head, wait_entry) { in usbd_fs_isoc_schedule_alloc_slot() 2209 wait_entry) { in usbd_fs_isoc_schedule_alloc_slot()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | ehci.c | 1356 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) { in ehci_interrupt_poll() 3799 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) { 3833 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) {
|
D | xhci.c | 3902 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) { in xhci_configure_msg() 3965 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) { in xhci_configure_msg()
|