Home
last modified time | relevance | path

Searched refs:pending_free (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/block/xen-blkback/
Dxenbus.c152 INIT_LIST_HEAD(&blkif->pending_free); in xen_blkif_alloc()
160 &blkif->pending_free); in xen_blkif_alloc()
181 list_for_each_entry_safe(req, n, &blkif->pending_free, free_list) { in xen_blkif_alloc()
302 list_for_each_entry_safe(req, n, &blkif->pending_free, free_list) { in xen_blkif_free()
Dblkback.c449 if (!list_empty(&blkif->pending_free)) { in alloc_req()
450 req = list_entry(blkif->pending_free.next, struct pending_req, in alloc_req()
468 was_empty = list_empty(&blkif->pending_free); in free_req()
469 list_add(&req->free_list, &blkif->pending_free); in free_req()
609 !list_empty(&blkif->pending_free) || in xen_blkif_schedule()
Dcommon.h305 struct list_head pending_free; member