Home
last modified time | relevance | path

Searched refs:QSIMPLEQ_FIRST (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/qemu/util/
H A Dqemu-coroutine-lock.c78 next = QSIMPLEQ_FIRST(&queue->entries); in qemu_co_enter_next_impl()
115 return QSIMPLEQ_FIRST(&queue->entries) == NULL; in qemu_co_queue_empty()
348 CoRwTicket *tkt = QSIMPLEQ_FIRST(&lock->tickets); in qemu_co_rwlock_maybe_wake_one()
H A Dqemu-coroutine.c255 Coroutine *to = QSIMPLEQ_FIRST(&pending); in qemu_aio_coroutine_enter()
H A Dasync.c204 while ((s = QSIMPLEQ_FIRST(&ctx->bh_slice_list))) { in aio_bh_poll()
/openbmc/qemu/backends/
H A Drng-builtin.c27 RngRequest *req = QSIMPLEQ_FIRST(&s->parent.requests); in rng_builtin_receive_entropy_bh()
H A Drng-random.c41 RngRequest *req = QSIMPLEQ_FIRST(&s->parent.requests); in entropy_available()
H A Drng-egd.c71 RngRequest *req = QSIMPLEQ_FIRST(&s->parent.requests); in rng_egd_chr_read()
H A Dcryptodev-lkcf.c455 task = QSIMPLEQ_FIRST(&backend->requests); in cryptodev_lkcf_worker()
/openbmc/qemu/
H A Dcpu-common.c341 struct qemu_work_item *wi = QSIMPLEQ_FIRST(&cpu->work_list); in free_queued_cpu_work()
359 wi = QSIMPLEQ_FIRST(&cpu->work_list); in process_queued_cpu_work()
H A Dqemu-bridge-helper.c460 while ((acl_rule = QSIMPLEQ_FIRST(&acl_list)) != NULL) { in main()
/openbmc/qemu/hw/audio/
H A Dvirtio-snd.c820 buffer = QSIMPLEQ_FIRST(&vsnd->invalid); in empty_invalid_queue()
1152 buffer = QSIMPLEQ_FIRST(&stream->queue); in virtio_snd_pcm_out_cb()
1246 buffer = QSIMPLEQ_FIRST(&stream->queue); in virtio_snd_pcm_in_cb()
1302 buffer = QSIMPLEQ_FIRST(&stream->queue); in virtio_snd_pcm_flush()
/openbmc/qemu/hw/cxl/
H A Dcxl-events.c54 return QSIMPLEQ_FIRST(&log->events); in cxl_event_get_head()
/openbmc/qemu/hw/i2c/
H A Dcore.c207 node = QSIMPLEQ_FIRST(&bus->pending_masters); in i2c_schedule_pending_master()
/openbmc/qemu/block/
H A Dlinux-aio.c315 aiocb = QSIMPLEQ_FIRST(&s->io_q.pending); in ioq_submit()
H A Dqcow2-bitmap.c523 while ((bm = QSIMPLEQ_FIRST(bm_list)) != NULL) { in bitmap_list_free()
H A Dmirror.c387 MirrorBuffer *buf = QSIMPLEQ_FIRST(&s->buf_free); in mirror_co_read()
/openbmc/qemu/hw/usb/
H A Dxen-usb.c605 usb_hp = QSIMPLEQ_FIRST(&usbif->hotplug_q); in usbback_hotplug_notify()
1060 usb_hp = QSIMPLEQ_FIRST(&usbif->hotplug_q); in usbback_free()
H A Dccid-card-emulated.c250 event = QSIMPLEQ_FIRST(&card->guest_apdu_list); in handle_apdu_thread()
/openbmc/qemu/hw/vfio/
H A Dplatform.c312 intp = QSIMPLEQ_FIRST(&vdev->pending_intp_queue); in vfio_platform_eoi()
/openbmc/qemu/monitor/
H A Dmonitor.c446 while ((ev = QSIMPLEQ_FIRST(&event_queue)) != NULL) { in qapi_event_emit()
/openbmc/qemu/include/qemu/
H A Dqueue.h382 #define QSIMPLEQ_FIRST(head) ((head)->sqh_first) macro
/openbmc/qemu/accel/kvm/
H A Dkvm-all.c1712 u1 = QSIMPLEQ_FIRST(&kml->transaction_del); in kvm_region_commit()
1713 u2 = QSIMPLEQ_FIRST(&kml->transaction_add); in kvm_region_commit()
1740 u1 = QSIMPLEQ_FIRST(&kml->transaction_del); in kvm_region_commit()
1749 u1 = QSIMPLEQ_FIRST(&kml->transaction_add); in kvm_region_commit()
/openbmc/qemu/migration/
H A Dblock-dirty-bitmap.c472 while ((dbms = QSIMPLEQ_FIRST(&s->dbms_list)) != NULL) { in dirty_bitmap_do_save_cleanup()
/openbmc/qemu/audio/
H A Daudio.c1755 AudiodevListEntry *e = QSIMPLEQ_FIRST(&default_audiodevs); in audio_init()
1802 QSIMPLEQ_FIRST(&audiodevs)->dev->id); in audio_get_default_audio_state()
/openbmc/qemu/net/
H A Dnet.c1839 NetdevQueueEntry *nd = QSIMPLEQ_FIRST(&nd_queue); in netdev_init_modern()
/openbmc/qemu/system/
H A Dvl.c695 BlockdevOptionsQueueEntry *bdo = QSIMPLEQ_FIRST(bdo_queue); in configure_blockdev()

12