Home
last modified time | relevance | path

Searched refs:QTAILQ_FIRST (Results 1 – 25 of 54) sorted by relevance

123

/qemu/include/qapi/qmp/
H A Dqlist.h42 for ((var) = QTAILQ_FIRST(&(qlist)->head); \
61 return QTAILQ_FIRST(&qlist->head); in qlist_first()
/qemu/qobject/
H A Dqlist.c96 entry = QTAILQ_FIRST(&qlist->head); in qlist_pop()
113 entry = QTAILQ_FIRST(&qlist->head); in qlist_peek()
/qemu/replay/
H A Dreplay-events.c88 Event *event = QTAILQ_FIRST(&events_list); in replay_flush_events()
212 Event *event = QTAILQ_FIRST(&events_list); in replay_save_events()
/qemu/hw/usb/
H A Dhost-libusb.c621 while ((xfer = QTAILQ_FIRST(&ring->inflight)) != NULL) { in usb_host_iso_free()
625 while ((xfer = QTAILQ_FIRST(&ring->unused)) != NULL) { in usb_host_iso_free()
629 while ((xfer = QTAILQ_FIRST(&ring->copy)) != NULL) { in usb_host_iso_free()
642 while ((ring = QTAILQ_FIRST(&s->isorings)) != NULL) { in usb_host_iso_free_all()
686 xfer = QTAILQ_FIRST(&ring->copy); in usb_host_iso_data_in()
695 while ((xfer = QTAILQ_FIRST(&ring->unused)) != NULL) { in usb_host_iso_data_in()
731 xfer = QTAILQ_FIRST(&ring->copy); in usb_host_iso_data_out()
737 xfer = QTAILQ_FIRST(&ring->unused); in usb_host_iso_data_out()
757 while ((xfer = QTAILQ_FIRST(&ring->copy)) != NULL && in usb_host_iso_data_out()
1081 while (QTAILQ_FIRST(&s->requests) != NULL) { in usb_host_abort_xfers()
H A Dcombined-packet.c62 assert(combined->first == p && p == QTAILQ_FIRST(&combined->packets)); in usb_combined_input_packet_complete()
H A Dhcd-ehci.c578 p = QTAILQ_FIRST(&q->packets); in ehci_cancel_queue()
587 } while ((p = QTAILQ_FIRST(&q->packets)) != NULL); in ehci_cancel_queue()
1138 EHCIPacket *p = QTAILQ_FIRST(&q->packets); in ehci_qh_do_overlay()
1269 EHCIPacket *p = QTAILQ_FIRST(&q->packets); in ehci_execute_complete()
1816 p = QTAILQ_FIRST(&q->packets); in ehci_state_fetchqtd()
1928 EHCIPacket *p = QTAILQ_FIRST(&q->packets); in ehci_state_execute()
1978 EHCIPacket *p = QTAILQ_FIRST(&q->packets); in ehci_state_executing()
2004 EHCIPacket *p = QTAILQ_FIRST(&q->packets); in ehci_state_writeback()
H A Dbus.c425 port = QTAILQ_FIRST(&bus->free); in usb_claim_port()
634 USBBus *bus = QTAILQ_FIRST(&busses); in usbdevice_create()
H A Ddev-mtp.c1210 o = QTAILQ_FIRST(&s->objects); in usb_mtp_object_delete()
1288 usb_mtp_object_free(s, QTAILQ_FIRST(&s->objects)); in usb_mtp_command()
1318 o = QTAILQ_FIRST(&s->objects); in usb_mtp_command()
1410 o = QTAILQ_FIRST(&s->objects); in usb_mtp_command()
1501 usb_mtp_object_free(s, QTAILQ_FIRST(&s->objects)); in usb_mtp_handle_reset()
H A Dcore.c470 assert(p->stream || QTAILQ_FIRST(&ep->queue) == p); in usb_packet_complete_one()
494 p = QTAILQ_FIRST(&ep->queue); in usb_packet_complete()
H A Ddev-uas.c364 while ((st = QTAILQ_FIRST(&uas->results)) != NULL) { in usb_uas_send_status_bh()
860 st = QTAILQ_FIRST(&uas->results); in usb_uas_handle_data()
H A Dxen-usb.c127 usbback_req = QTAILQ_FIRST(&usbif->req_free_q); in usbback_get_req()
1055 usbback_req = QTAILQ_FIRST(&usbif->req_free_q); in usbback_free()
/qemu/tests/unit/
H A Dcheck-qlist.c46 entry = QTAILQ_FIRST(&qlist->head); in qlist_append_test()
/qemu/include/hw/virtio/
H A Dvirtio-bus.h135 BusChild *kid = QTAILQ_FIRST(&qbus->children); in virtio_bus_get_device()
/qemu/ui/
H A Dspice-core.c521 QemuOpts *opts = QTAILQ_FIRST(&qemu_spice_opts.head); in qmp_query_spice_real()
655 QemuOpts *opts = QTAILQ_FIRST(&qemu_spice_opts.head); in qemu_spice_init()
852 if (QTAILQ_FIRST(&qemu_spice_opts.head) != NULL) { in qemu_spice_add_interface()
H A Dinput.c271 item = QTAILQ_FIRST(queue); in qemu_input_queue_process()
278 item = QTAILQ_FIRST(queue); in qemu_input_queue_process()
H A Dvnc-jobs.c251 job = QTAILQ_FIRST(&queue->jobs); in vnc_worker_thread_loop()
H A Dspice-display.c430 while ((update = QTAILQ_FIRST(&ssd->updates)) != NULL) { in qemu_spice_display_switch()
542 update = QTAILQ_FIRST(&ssd->updates); in interface_get_command()
1194 QemuOpts *opts = QTAILQ_FIRST(&olist->head); in qemu_spice_display_init()
/qemu/hw/sd/
H A Dcore.c37 BusChild *kid = QTAILQ_FIRST(&sdbus->qbus.children); in get_card()
/qemu/hw/core/
H A Dbus.c146 while ((kid = QTAILQ_FIRST(&bus->children)) != NULL) { in bus_unparent()
/qemu/net/
H A Dqueue.c282 packet = QTAILQ_FIRST(&queue->packets); in qemu_net_queue_flush()
/qemu/util/
H A Dthread-pool.c106 req = QTAILQ_FIRST(&pool->request_list); in worker_thread()
H A Dqemu-option.c277 iter->opt = QTAILQ_FIRST(&opts->head); in qemu_opt_iter_init()
680 opt = QTAILQ_FIRST(&opts->head); in qemu_opts_del()
/qemu/contrib/ivshmem-client/
H A Divshmem-client.c254 while ((peer = QTAILQ_FIRST(&client->peer_list)) != NULL) { in ivshmem_client_close()
/qemu/hw/s390x/
H A Ds390-pci-bus.c54 sei_cont = QTAILQ_FIRST(&s->pending_sei); in pci_chsc_sei_nt2_get_event()
96 QTAILQ_FIRST(&s->zpci_devs); in s390_pci_find_next_avail_dev()
868 group = QTAILQ_FIRST(&s->zpci_groups); in s390_pcihost_unrealize()
/qemu/hw/mem/
H A Dcxl_type3.c511 cxl_err = QTAILQ_FIRST(&ct3d->error_list); in ct3d_reg_write()
524 cxl_err = QTAILQ_FIRST(&ct3d->error_list); in ct3d_reg_write()
1162 cxl_err = QTAILQ_FIRST(&ct3d->error_list); in qmp_cxl_inject_uncorrectable_errors()

123