Lines Matching refs:dw
787 struct drbd_device_work *dw = in w_ov_finished() local
789 struct drbd_device *device = dw->device; in w_ov_finished()
790 kfree(dw); in w_ov_finished()
799 struct drbd_device_work *dw = in w_resync_finished() local
801 struct drbd_device *device = dw->device; in w_resync_finished()
802 kfree(dw); in w_resync_finished()
824 struct drbd_device_work *dw; in drbd_resync_finished() local
838 dw = kmalloc(sizeof(struct drbd_device_work), GFP_ATOMIC); in drbd_resync_finished()
839 if (dw) { in drbd_resync_finished()
840 dw->w.cb = w_resync_finished; in drbd_resync_finished()
841 dw->device = device; in drbd_resync_finished()
843 &dw->w); in drbd_resync_finished()