Home
last modified time | relevance | path

Searched refs:current_epoch_nr (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/block/drbd/
H A Ddrbd_worker.c1376 p->barrier = connection->send.current_epoch_nr; in drbd_send_barrier()
1406 connection->send.current_epoch_nr = epoch; in re_init_if_first_write()
1417 if (connection->send.current_epoch_nr != epoch) { in maybe_send_barrier()
1420 connection->send.current_epoch_nr = epoch; in maybe_send_barrier()
2134 connection->send.current_epoch_nr; in wait_for_work()
2139 connection->send.current_epoch_nr + 1); in wait_for_work()
H A Ddrbd_int.h696 int current_epoch_nr; member
H A Ddrbd_req.c1651 if (net_req->epoch == connection->send.current_epoch_nr) { in net_timeout_reached()
H A Ddrbd_main.c2604 connection->send.current_epoch_nr = 0; in conn_create()