Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/xen-blkback/
Dblkback.c316 struct xen_blkif *blkif = container_of(work, typeof(*blkif), persistent_purge_work); in xen_blkbk_unmap_purged_grants()
365 if (work_busy(&blkif->persistent_purge_work)) { in purge_persistent_gnt()
435 schedule_work(&blkif->persistent_purge_work); in purge_persistent_gnt()
640 flush_work(&blkif->persistent_purge_work); in xen_blkif_schedule()
Dcommon.h297 struct work_struct persistent_purge_work; member
Dxenbus.c150 INIT_WORK(&blkif->persistent_purge_work, xen_blkbk_unmap_purged_grants); in xen_blkif_alloc()