Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/drbd/
Ddrbd_worker.c1388 p->barrier = connection->send.current_epoch_nr; in drbd_send_barrier()
1418 connection->send.current_epoch_nr = epoch; in re_init_if_first_write()
1429 if (connection->send.current_epoch_nr != epoch) { in maybe_send_barrier()
1432 connection->send.current_epoch_nr = epoch; in maybe_send_barrier()
2139 connection->send.current_epoch_nr; in wait_for_work()
2144 connection->send.current_epoch_nr + 1); in wait_for_work()
Ddrbd_req.c1668 if (net_req->epoch == connection->send.current_epoch_nr) { in net_timeout_reached()
Ddrbd_int.h773 int current_epoch_nr; member
Ddrbd_main.c2686 connection->send.current_epoch_nr = 0; in conn_create()