Lines Matching defs:req_peer
1704 struct drbd_request *req_read, *req_write, *req_peer; /* oldest request */
1746 req_peer = connection->req_ack_pending;
1751 if (!req_peer)
1752 req_peer = connection->req_not_net_done;
1755 if (req_peer && req_peer->device != device)
1756 req_peer = NULL;
1759 if (req_peer == NULL && req_write == NULL && req_read == NULL)
1769 if (ent && req_peer && net_timeout_reached(req_peer, connection, now, ent, ko_count, timeout))
1781 ent = (ent && req_peer && time_before(now, req_peer->pre_send_jif + ent))
1782 ? req_peer->pre_send_jif + ent : now + et;