Home
last modified time | relevance | path

Searched refs:allocating_write_reqs (Results 1 – 2 of 2) sorted by relevance

/qemu/block/
H A Dqed.c282 qemu_co_queue_next(&s->allocating_write_reqs); in qed_unplug_allocating_write_reqs()
395 qemu_co_queue_init(&s->allocating_write_reqs); in bdrv_qed_init_state()
991 if (!qemu_co_queue_empty(&s->allocating_write_reqs)) { in qed_aio_complete()
992 qemu_co_queue_next(&s->allocating_write_reqs); in qed_aio_complete()
1183 qemu_co_queue_wait(&s->allocating_write_reqs, &s->table_lock); in qed_aio_write_alloc()
H A Dqed.h171 CoQueue allocating_write_reqs; member