Lines Matching defs:req_peer
1692 struct drbd_request *req_read, *req_write, *req_peer; /* oldest request */
1734 req_peer = connection->req_ack_pending;
1739 if (!req_peer)
1740 req_peer = connection->req_not_net_done;
1743 if (req_peer && req_peer->device != device)
1744 req_peer = NULL;
1747 if (req_peer == NULL && req_write == NULL && req_read == NULL)
1757 if (ent && req_peer && net_timeout_reached(req_peer, connection, now, ent, ko_count, timeout))
1769 ent = (ent && req_peer && time_before(now, req_peer->pre_send_jif + ent))
1770 ? req_peer->pre_send_jif + ent : now + et;