Searched refs:allocating_write_reqs_plugged (Results 1 – 2 of 2) sorted by relevance
116 assert(s->allocating_acb || s->allocating_write_reqs_plugged); in qed_write_header()263 assert(!s->allocating_write_reqs_plugged); in qed_plug_allocating_write_reqs()272 s->allocating_write_reqs_plugged = true; in qed_plug_allocating_write_reqs()280 assert(s->allocating_write_reqs_plugged); in qed_unplug_allocating_write_reqs()281 s->allocating_write_reqs_plugged = false; in qed_unplug_allocating_write_reqs()1182 if (s->allocating_acb != acb || s->allocating_write_reqs_plugged) { in qed_aio_write_alloc()
172 bool allocating_write_reqs_plugged; member