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

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

Completed in 116 milliseconds