Searched refs:allocating_write_reqs (Results 1 – 2 of 2) sorted by relevance
282 qemu_co_queue_next(&s->allocating_write_reqs); in qed_unplug_allocating_write_reqs()396 qemu_co_queue_init(&s->allocating_write_reqs); in bdrv_qed_init_state()992 if (!qemu_co_queue_empty(&s->allocating_write_reqs)) { in qed_aio_complete()993 qemu_co_queue_next(&s->allocating_write_reqs); in qed_aio_complete()1184 qemu_co_queue_wait(&s->allocating_write_reqs, &s->table_lock); in qed_aio_write_alloc()
171 CoQueue allocating_write_reqs; member