Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/xen-blkback/
H A Dblkback.c525 ring->waiting_reqs = 1; in blkif_notify_work()
575 ring->waiting_reqs || kthread_should_stop(), in xen_blkif_schedule()
587 do_eoi = ring->waiting_reqs; in xen_blkif_schedule()
589 ring->waiting_reqs = 0; in xen_blkif_schedule()
594 ring->waiting_reqs = 1; in xen_blkif_schedule()
599 if (do_eoi && !ring->waiting_reqs) { in xen_blkif_schedule()
H A Dcommon.h265 unsigned int waiting_reqs; member