Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/xen-blkback/
H A Dcommon.h291 struct work_struct persistent_purge_work; member
H A Dblkback.c296 struct xen_blkif_ring *ring = container_of(work, typeof(*ring), persistent_purge_work); in xen_blkbk_unmap_purged_grants()
340 if (work_busy(&ring->persistent_purge_work)) { in purge_persistent_gnt()
403 schedule_work(&ring->persistent_purge_work); in purge_persistent_gnt()
623 flush_work(&ring->persistent_purge_work); in xen_blkif_schedule()
H A Dxenbus.c146 INIT_WORK(&ring->persistent_purge_work, xen_blkbk_unmap_purged_grants); in xen_blkif_alloc_rings()