Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/mouse/
H A Dpsmouse.h93 struct delayed_work resync_work; member
H A Dpsmouse-base.c383 psmouse_queue_work(psmouse, &psmouse->resync_work, 0); in psmouse_receive_byte()
421 psmouse_queue_work(psmouse, &psmouse->resync_work, 0); in psmouse_receive_byte()
1334 container_of(work, struct psmouse, resync_work.work); in psmouse_resync()
1601 INIT_DELAYED_WORK(&psmouse->resync_work, psmouse_resync); in psmouse_connect()
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_worker.c429 container_of(w, struct drbd_device, resync_work); in w_resync_timer()
449 &device->resync_work); in resync_timer_fn()
H A Ddrbd_main.c1981 INIT_LIST_HEAD(&device->resync_work.list); in drbd_init_set_defaults()
1989 device->resync_work.cb = w_resync_timer; in drbd_init_set_defaults()
2063 D_ASSERT(device, list_empty(&device->resync_work.list)); in drbd_device_cleanup()
H A Ddrbd_int.h777 struct drbd_work resync_work; member