Searched refs:QSIMPLEQ_FIRST (Results 1 – 25 of 27) sorted by relevance
12
78 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()
255 Coroutine *to = QSIMPLEQ_FIRST(&pending); in qemu_aio_coroutine_enter()
204 while ((s = QSIMPLEQ_FIRST(&ctx->bh_slice_list))) { in aio_bh_poll()
27 RngRequest *req = QSIMPLEQ_FIRST(&s->parent.requests); in rng_builtin_receive_entropy_bh()
41 RngRequest *req = QSIMPLEQ_FIRST(&s->parent.requests); in entropy_available()
71 RngRequest *req = QSIMPLEQ_FIRST(&s->parent.requests); in rng_egd_chr_read()
455 task = QSIMPLEQ_FIRST(&backend->requests); in cryptodev_lkcf_worker()
341 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()
460 while ((acl_rule = QSIMPLEQ_FIRST(&acl_list)) != NULL) { in main()
820 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()
54 return QSIMPLEQ_FIRST(&log->events); in cxl_event_get_head()
207 node = QSIMPLEQ_FIRST(&bus->pending_masters); in i2c_schedule_pending_master()
315 aiocb = QSIMPLEQ_FIRST(&s->io_q.pending); in ioq_submit()
523 while ((bm = QSIMPLEQ_FIRST(bm_list)) != NULL) { in bitmap_list_free()
387 MirrorBuffer *buf = QSIMPLEQ_FIRST(&s->buf_free); in mirror_co_read()
605 usb_hp = QSIMPLEQ_FIRST(&usbif->hotplug_q); in usbback_hotplug_notify()1060 usb_hp = QSIMPLEQ_FIRST(&usbif->hotplug_q); in usbback_free()
250 event = QSIMPLEQ_FIRST(&card->guest_apdu_list); in handle_apdu_thread()
312 intp = QSIMPLEQ_FIRST(&vdev->pending_intp_queue); in vfio_platform_eoi()
446 while ((ev = QSIMPLEQ_FIRST(&event_queue)) != NULL) { in qapi_event_emit()
382 #define QSIMPLEQ_FIRST(head) ((head)->sqh_first) macro
1712 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()
472 while ((dbms = QSIMPLEQ_FIRST(&s->dbms_list)) != NULL) { in dirty_bitmap_do_save_cleanup()
1755 AudiodevListEntry *e = QSIMPLEQ_FIRST(&default_audiodevs); in audio_init()1802 QSIMPLEQ_FIRST(&audiodevs)->dev->id); in audio_get_default_audio_state()
1839 NetdevQueueEntry *nd = QSIMPLEQ_FIRST(&nd_queue); in netdev_init_modern()
695 BlockdevOptionsQueueEntry *bdo = QSIMPLEQ_FIRST(bdo_queue); in configure_blockdev()