Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqed.c116 assert(s->allocating_acb || s->allocating_write_reqs_plugged); in qed_write_header()
264 if (s->allocating_acb != NULL) { in qed_plug_allocating_write_reqs()
989 if (acb == s->allocating_acb) { in qed_aio_complete()
990 s->allocating_acb = NULL; in qed_aio_complete()
1176 if (s->allocating_acb == NULL) { in qed_aio_write_alloc()
1181 if (s->allocating_acb != acb || s->allocating_write_reqs_plugged) { in qed_aio_write_alloc()
1182 if (s->allocating_acb != NULL) { in qed_aio_write_alloc()
1184 assert(s->allocating_acb == NULL); in qed_aio_write_alloc()
1186 s->allocating_acb = acb; in qed_aio_write_alloc()
H A Dqed.h170 QEDAIOCB *allocating_acb; member