Searched refs:resync_work (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/input/mouse/ |
D | psmouse.h | 93 struct delayed_work resync_work; member
|
D | psmouse-base.c | 383 psmouse_queue_work(psmouse, &psmouse->resync_work, 0); in psmouse_interrupt() 421 psmouse_queue_work(psmouse, &psmouse->resync_work, 0); in psmouse_interrupt() 1337 container_of(work, struct psmouse, resync_work.work); in psmouse_resync() 1605 INIT_DELAYED_WORK(&psmouse->resync_work, psmouse_resync); in psmouse_connect()
|
/Linux-v5.4/drivers/block/drbd/ |
D | drbd_worker.c | 433 container_of(w, struct drbd_device, resync_work); in w_resync_timer() 453 &device->resync_work); in resync_timer_fn()
|
D | drbd_main.c | 2003 INIT_LIST_HEAD(&device->resync_work.list); in drbd_init_set_defaults() 2011 device->resync_work.cb = w_resync_timer; in drbd_init_set_defaults() 2090 D_ASSERT(device, list_empty(&device->resync_work.list)); in drbd_device_cleanup()
|
D | drbd_int.h | 848 struct drbd_work resync_work; member
|