Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/drbd/
Ddrbd_req.c1691 if (time_after(now, connection->send.last_sent_barrier_jif + ent)) { in net_timeout_reached()
1693 connection->send.last_sent_barrier_jif, now, in net_timeout_reached()
1694 jiffies_to_msecs(now - connection->send.last_sent_barrier_jif), ko_count, timeout); in net_timeout_reached()
Ddrbd_worker.c1391 connection->send.last_sent_barrier_jif = jiffies; in drbd_send_barrier()
1420 connection->send.last_sent_barrier_jif = jiffies; in re_init_if_first_write()
Ddrbd_int.h766 unsigned long last_sent_barrier_jif; member