Lines Matching refs:dw
809 struct drbd_device_work *dw = in w_ov_finished() local
811 struct drbd_device *device = dw->device; in w_ov_finished()
812 kfree(dw); in w_ov_finished()
821 struct drbd_device_work *dw = in w_resync_finished() local
823 struct drbd_device *device = dw->device; in w_resync_finished()
824 kfree(dw); in w_resync_finished()
846 struct drbd_device_work *dw; in drbd_resync_finished() local
860 dw = kmalloc(sizeof(struct drbd_device_work), GFP_ATOMIC); in drbd_resync_finished()
861 if (dw) { in drbd_resync_finished()
862 dw->w.cb = w_resync_finished; in drbd_resync_finished()
863 dw->device = device; in drbd_resync_finished()
865 &dw->w); in drbd_resync_finished()