Searched refs:bufq (Results 1 – 4 of 4) sorted by relevance
86 while (!list_empty(&d->bufq)) { in aoedev_downdev()87 buf = container_of(d->bufq.next, struct buf, bufs); in aoedev_downdev()88 list_del(d->bufq.next); in aoedev_downdev()229 INIT_LIST_HEAD(&d->bufq); in aoedev_by_sysminor_m()
166 struct list_head bufq; /* queue of bios to work on */ member
592 if (list_empty(&d->bufq)) in aoecmd_work()594 buf = container_of(d->bufq.next, struct buf, bufs); in aoecmd_work()595 list_del(d->bufq.next); in aoecmd_work()
218 list_add_tail(&buf->bufs, &d->bufq); in aoeblk_make_request()