Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/block/drbd/
Ddrbd_req.c1627 if (!time_after(now, net_req->pre_send_jif + ent)) in net_timeout_reached()
1635 jiffies_to_msecs(now - net_req->pre_send_jif), ko_count, timeout); in net_timeout_reached()
1646 jiffies_to_msecs(now - net_req->pre_send_jif), ko_count, timeout); in net_timeout_reached()
1773 ent = (ent && req_peer && time_before(now, req_peer->pre_send_jif + ent)) in request_timer_fn()
1774 ? req_peer->pre_send_jif + ent : now + et; in request_timer_fn()
Ddrbd_worker.c1431 req->pre_send_jif = jiffies; in w_send_out_of_sync()
1463 req->pre_send_jif = jiffies; in w_send_dblock()
1496 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.h319 unsigned long pre_send_jif; member