Searched refs:resync_work (Results 1 – 5 of 5) sorted by relevance
43 struct delayed_work resync_work; member
330 psmouse_queue_work(psmouse, &psmouse->resync_work, 0); in psmouse_interrupt()369 psmouse_queue_work(psmouse, &psmouse->resync_work, 0); in psmouse_interrupt()1132 container_of(work, struct psmouse, resync_work.work); in psmouse_resync()1400 INIT_DELAYED_WORK(&psmouse->resync_work, psmouse_resync); in psmouse_connect()
407 if (list_empty(&mdev->resync_work.list)) in resync_timer_fn()408 drbd_queue_work(&mdev->data.work, &mdev->resync_work); in resync_timer_fn()
3014 INIT_LIST_HEAD(&mdev->resync_work.list); in drbd_init_set_defaults()3021 mdev->resync_work.cb = w_resync_timer; in drbd_init_set_defaults()3108 D_ASSERT(list_empty(&mdev->resync_work.list)); in drbd_mdev_cleanup()
985 struct drbd_work resync_work, member