Home
last modified time | relevance | path

Searched refs:resync_work (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/input/mouse/
Dpsmouse.h43 struct delayed_work resync_work; member
Dpsmouse-base.c330 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()
/linux-3.4.99/drivers/block/drbd/
Ddrbd_worker.c407 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()
Ddrbd_main.c3014 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()
Ddrbd_int.h985 struct drbd_work resync_work, member