Home
last modified time | relevance | path

Searched refs:bufq (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/block/aoe/
Daoedev.c86 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()
Daoe.h166 struct list_head bufq; /* queue of bios to work on */ member
Daoecmd.c592 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()
Daoeblk.c218 list_add_tail(&buf->bufs, &d->bufq); in aoeblk_make_request()