Searched refs:last_sent_barrier_jif (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_req.c | 1662 if (time_after(now, connection->send.last_sent_barrier_jif + ent)) { in net_timeout_reached() 1664 connection->send.last_sent_barrier_jif, now, in net_timeout_reached() 1665 jiffies_to_msecs(now - connection->send.last_sent_barrier_jif), ko_count, timeout); in net_timeout_reached()
|
H A D | drbd_worker.c | 1379 connection->send.last_sent_barrier_jif = jiffies; in drbd_send_barrier() 1408 connection->send.last_sent_barrier_jif = jiffies; in re_init_if_first_write()
|
H A D | drbd_int.h | 759 unsigned long last_sent_barrier_jif; member
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_req.c | 1674 if (time_after(now, connection->send.last_sent_barrier_jif + ent)) { in net_timeout_reached() 1676 connection->send.last_sent_barrier_jif, now, in net_timeout_reached() 1677 jiffies_to_msecs(now - connection->send.last_sent_barrier_jif), ko_count, timeout); in net_timeout_reached()
|
H A D | drbd_worker.c | 1379 connection->send.last_sent_barrier_jif = jiffies; in drbd_send_barrier() 1408 connection->send.last_sent_barrier_jif = jiffies; in re_init_if_first_write()
|
H A D | drbd_int.h | 689 unsigned long last_sent_barrier_jif; member
|
Completed in 19 milliseconds