Searched refs:req_peer (Results 1 – 1 of 1) sorted by relevance
1704 struct drbd_request *req_read, *req_write, *req_peer; /* oldest request */ in request_timer_fn() local1746 req_peer = connection->req_ack_pending; in request_timer_fn()1751 if (!req_peer) in request_timer_fn()1752 req_peer = connection->req_not_net_done; in request_timer_fn()1755 if (req_peer && req_peer->device != device) in request_timer_fn()1756 req_peer = NULL; in request_timer_fn()1759 if (req_peer == NULL && req_write == NULL && req_read == NULL) in request_timer_fn()1769 if (ent && req_peer && net_timeout_reached(req_peer, connection, now, ent, ko_count, timeout)) in request_timer_fn()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()