Home
last modified time | relevance | path

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

/drivers/block/xen-blkback/
Dblkback.c291 struct xen_blkif_ring *ring = container_of(work, typeof(*ring), persistent_purge_work); in xen_blkbk_unmap_purged_grants()
335 if (work_busy(&ring->persistent_purge_work)) { in purge_persistent_gnt()
398 schedule_work(&ring->persistent_purge_work); in purge_persistent_gnt()
618 flush_work(&ring->persistent_purge_work); in xen_blkif_schedule()
Dcommon.h291 struct work_struct persistent_purge_work; member
Dxenbus.c145 INIT_WORK(&ring->persistent_purge_work, xen_blkbk_unmap_purged_grants); in xen_blkif_alloc_rings()