Searched refs:net_req (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/block/drbd/
H A Ddrbd_req.c1628 static bool net_timeout_reached(struct drbd_request *net_req, argument
1633 struct drbd_device *device = net_req->device;
1635 if (!time_after(now, net_req->pre_send_jif + ent))
1641 if (net_req->rq_state & RQ_NET_PENDING) {
1643 jiffies_to_msecs(now - net_req->pre_send_jif), ko_count, timeout);
1651 if (net_req->epoch == connection->send.current_epoch_nr) {
1654 jiffies_to_msecs(now - net_req->pre_send_jif), ko_count, timeout);
1661 * The timestamp of the net_req may be much too old and not correspond

Completed in 118 milliseconds