Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/block/drbd/
Ddrbd_req.c1635 if (!time_after(now, net_req->pre_send_jif + ent)) in net_timeout_reached()
1643 jiffies_to_msecs(now - net_req->pre_send_jif), ko_count, timeout); in net_timeout_reached()
1654 jiffies_to_msecs(now - net_req->pre_send_jif), ko_count, timeout); in net_timeout_reached()
1781 ent = (ent && req_peer && time_before(now, req_peer->pre_send_jif + ent)) in request_timer_fn()
1782 ? req_peer->pre_send_jif + ent : now + et; in request_timer_fn()
Ddrbd_worker.c1436 req->pre_send_jif = jiffies; in w_send_out_of_sync()
1468 req->pre_send_jif = jiffies; in w_send_dblock()
1501 req->pre_send_jif = jiffies; in w_send_read_req()
Ddrbd_debugfs.c113 seq_print_age_or_dash(m, s & RQ_NET_SENT, now - req->pre_send_jif); in seq_print_one_request()
Ddrbd_int.h247 unsigned long pre_send_jif; member