Lines Matching refs:send
1291 p->barrier = connection->send.current_epoch_nr; in drbd_send_barrier()
1293 connection->send.current_epoch_writes = 0; in drbd_send_barrier()
1314 if (!connection->send.seen_any_write_yet) { in re_init_if_first_write()
1315 connection->send.seen_any_write_yet = true; in re_init_if_first_write()
1316 connection->send.current_epoch_nr = epoch; in re_init_if_first_write()
1317 connection->send.current_epoch_writes = 0; in re_init_if_first_write()
1324 if (!connection->send.seen_any_write_yet) in maybe_send_barrier()
1326 if (connection->send.current_epoch_nr != epoch) { in maybe_send_barrier()
1327 if (connection->send.current_epoch_writes) in maybe_send_barrier()
1329 connection->send.current_epoch_nr = epoch; in maybe_send_barrier()
1380 connection->send.current_epoch_writes++; in w_send_dblock()
2027 connection->send.current_epoch_nr; in wait_for_work()
2032 connection->send.current_epoch_nr + 1); in wait_for_work()