Home
last modified time | relevance | path

Searched refs:drbd_send_acks_wf (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/block/drbd/
H A Ddrbd_int.h1490 extern void drbd_send_acks_wf(struct work_struct *ws);
H A Ddrbd_main.c2778 INIT_WORK(&peer_device->send_acks_work, drbd_send_acks_wf); in drbd_create_device()
H A Ddrbd_receiver.c6097 void drbd_send_acks_wf(struct work_struct *ws) in drbd_send_acks_wf() function