Home
last modified time | relevance | path

Searched refs:QTAILQ_REMOVE (Results 1 – 25 of 99) sorted by relevance

1234

/openbmc/qemu/replay/
H A Dreplay-events.c90 QTAILQ_REMOVE(&events_list, event, events); in replay_flush_events()
206 QTAILQ_REMOVE(&events_list, event, events); in replay_save_events()
264 QTAILQ_REMOVE(&events_list, event, events); in replay_read_event()
/openbmc/qemu/net/
H A Dqueue.c86 QTAILQ_REMOVE(&queue->packets, packet, entry); in qemu_del_net_queue()
252 QTAILQ_REMOVE(&queue->packets, packet, entry); in qemu_net_queue_purge()
272 QTAILQ_REMOVE(&queue->packets, packet, entry); in qemu_net_queue_flush()
/openbmc/qemu/qobject/
H A Dqlist.c97 QTAILQ_REMOVE(&qlist->head, entry, next); in qlist_pop()
178 QTAILQ_REMOVE(&qlist->head, entry, next); in qlist_destroy_obj()
/openbmc/qemu/ui/
H A Dinput.c65 QTAILQ_REMOVE(&handlers, s, node); in qemu_input_handler_activate()
72 QTAILQ_REMOVE(&handlers, s, node); in qemu_input_handler_deactivate()
79 QTAILQ_REMOVE(&handlers, s, node); in qemu_input_handler_unregister()
242 QTAILQ_REMOVE(queue, item, node); in qemu_input_queue_process()
261 QTAILQ_REMOVE(queue, item, node); in qemu_input_queue_process()
H A Dinput-legacy.c242 QTAILQ_REMOVE(&led_handlers, entry, next); in qemu_remove_led_event_handler()
/openbmc/qemu/tests/qtest/libqos/
H A Dlibqos-malloc.c28 QTAILQ_REMOVE(list, node, MLIST_ENTNAME); in mlist_delete()
139 QTAILQ_REMOVE(s->free, freenode, MLIST_ENTNAME); in mlist_fulfill()
206 QTAILQ_REMOVE(s->used, node, MLIST_ENTNAME); in mlist_free()
/openbmc/qemu/system/
H A Dmemory_mapping.c160 QTAILQ_REMOVE(&list->head, p, next); in memory_mapping_list_free()
180 QTAILQ_REMOVE(&list->head, p, next); in guest_phys_blocks_free()
358 QTAILQ_REMOVE(&list->head, cur, next); in memory_mapping_filter()
H A Dwatchpoint.c83 QTAILQ_REMOVE(&cpu->watchpoints, watchpoint, entry); in cpu_watchpoint_remove_by_ref()
H A Dbootdevice.c149 QTAILQ_REMOVE(&fw_boot_order, i, link); in del_boot_device_path()
395 QTAILQ_REMOVE(&fw_lchs, i, link); in del_boot_device_lchs()
/openbmc/qemu/hw/usb/
H A Dhost-libusb.c403 QTAILQ_REMOVE(&r->host->requests, r, next); in usb_host_req_free()
534 QTAILQ_REMOVE(&xfer->ring->inflight, xfer, next); in usb_host_req_complete_iso()
622 QTAILQ_REMOVE(&ring->inflight, xfer, next); in usb_host_iso_free()
626 QTAILQ_REMOVE(&ring->unused, xfer, next); in usb_host_iso_free()
630 QTAILQ_REMOVE(&ring->copy, xfer, next); in usb_host_iso_free()
634 QTAILQ_REMOVE(&ring->host->isorings, ring, next); in usb_host_iso_free()
689 QTAILQ_REMOVE(&ring->copy, xfer, next); in usb_host_iso_data_in()
696 QTAILQ_REMOVE(&ring->unused, xfer, next); in usb_host_iso_data_in()
742 QTAILQ_REMOVE(&ring->unused, xfer, next); in usb_host_iso_data_out()
759 QTAILQ_REMOVE(&ring->copy, xfer, next); in usb_host_iso_data_out()
[all …]
H A Dbus.c100 QTAILQ_REMOVE(&busses, bus, next); in usb_bus_release()
389 QTAILQ_REMOVE(&bus->free, port, next); in usb_unregister_port()
429 QTAILQ_REMOVE(&bus->free, port, next); in usb_claim_port()
447 QTAILQ_REMOVE(&bus->used, port, next); in usb_release_port()
H A Dxen-usb.c128 QTAILQ_REMOVE(&usbif->req_free_q, usbback_req, q); in usbback_get_req()
364 QTAILQ_REMOVE(&usbback_req->stub->submit_q, usbback_req, q); in usbback_packet_complete()
386 QTAILQ_REMOVE(&usbback_req->stub->submit_q, usbback_req, q); in usbback_cancel_req()
581 QTAILQ_REMOVE(&usbback_req->stub->submit_q, usbback_req, q); in usbback_dispatch()
1056 QTAILQ_REMOVE(&usbif->req_free_q, usbback_req, q); in usbback_free()
H A Ddev-uas.c377 QTAILQ_REMOVE(&uas->results, st, next); in usb_uas_send_status_bh()
570 QTAILQ_REMOVE(&uas->requests, req, next); in usb_uas_scsi_free_request()
646 QTAILQ_REMOVE(&uas->results, st, next); in usb_uas_handle_reset()
869 QTAILQ_REMOVE(&uas->results, st, next); in usb_uas_handle_data()
H A Dcombined-packet.c41 QTAILQ_REMOVE(&combined->packets, p, combined_entry); in usb_combined_packet_remove()
/openbmc/qemu/target/s390x/kvm/
H A Dstsi-topology.c278 QTAILQ_REMOVE(topology_list, &sentinel, next); in s390_topology_fill_list_sorted()
292 QTAILQ_REMOVE(topology_list, entry, next); in s390_topology_empty_list()
/openbmc/qemu/block/
H A Dqed-l2-cache.c182 QTAILQ_REMOVE(&l2_cache->entries, entry, node); in qed_commit_l2_cache_entry()
H A Dgraph-lock.c87 QTAILQ_REMOVE(&aio_context_list, ctx->bdrv_graph, next_aio); in unregister_aiocontext()
/openbmc/qemu/util/
H A Dthread-pool.c107 QTAILQ_REMOVE(&pool->request_list, req, reqs); in worker_thread()
227 QTAILQ_REMOVE(&pool->request_list, elem, reqs); in thread_pool_cancel()
/openbmc/qemu/plugins/
H A Dloader.c319 QTAILQ_REMOVE(head, desc, entry); in qemu_plugin_load_list()
366 QTAILQ_REMOVE(&plugin.ctxs, ctx, entry); in plugin_reset_destroy__locked()
/openbmc/qemu/net/can/
H A Dcan_core.c99 QTAILQ_REMOVE(&bus->clients, client, next); in can_bus_remove_client()
/openbmc/qemu/accel/hvf/
H A Dhvf-accel-ops.c537 QTAILQ_REMOVE(&hvf_state->hvf_sw_breakpoints, bp, entry); in hvf_remove_breakpoint()
570 QTAILQ_REMOVE(&hvf_state->hvf_sw_breakpoints, bp, entry); in hvf_remove_all_breakpoints()
/openbmc/qemu/hw/xen/
H A Dxen_pvdev.c276 QTAILQ_REMOVE(&xendevs, xendev, next); in xen_pv_del_xendev()
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-udmabuf.c167 QTAILQ_REMOVE(&g->dmabuf.bufs, dmabuf, next); in virtio_gpu_free_dmabuf()
/openbmc/qemu/hw/nvme/
H A Dns.c369 QTAILQ_REMOVE(&ns->closed_zones, zone, entry); in nvme_zoned_ns_shutdown()
374 QTAILQ_REMOVE(&ns->imp_open_zones, zone, entry); in nvme_zoned_ns_shutdown()
380 QTAILQ_REMOVE(&ns->exp_open_zones, zone, entry); in nvme_zoned_ns_shutdown()
/openbmc/qemu/hw/ppc/
H A Dspapr_events.c476 QTAILQ_REMOVE(&spapr->pending_events, entry, next); in rtas_event_log_dequeue()
1023 QTAILQ_REMOVE(&spapr->pending_events, entry, next); in spapr_clear_pending_events()
1035 QTAILQ_REMOVE(&spapr->pending_events, entry, next); in spapr_clear_pending_hotplug_events()

1234