Searched refs:persistent_purge_work (Results 1 – 3 of 3) sorted by relevance
323 struct xen_blkif *blkif = container_of(work, typeof(*blkif), persistent_purge_work); in xen_blkbk_unmap_purged_grants()372 if (work_busy(&blkif->persistent_purge_work)) { in purge_persistent_gnt()442 schedule_work(&blkif->persistent_purge_work); in purge_persistent_gnt()647 flush_work(&blkif->persistent_purge_work); in xen_blkif_schedule()
307 struct work_struct persistent_purge_work; member
149 INIT_WORK(&blkif->persistent_purge_work, xen_blkbk_unmap_purged_grants); in xen_blkif_alloc()