Home
last modified time | relevance | path

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

/drivers/block/drbd/
Ddrbd_req.c1520 struct drbd_request *req_read, *req_write, *req_peer; /* oldest request */ in request_timer_fn() local
1548 req_peer = connection->req_not_net_done; in request_timer_fn()
1551 if (!req_peer && connection->req_next && connection->req_next->pre_send_jif) in request_timer_fn()
1552 req_peer = connection->req_next; in request_timer_fn()
1555 if (req_peer && req_peer->device != device) in request_timer_fn()
1556 req_peer = NULL; in request_timer_fn()
1559 if (req_peer == NULL && req_write == NULL && req_read == NULL) in request_timer_fn()
1585 if (ent && req_peer && in request_timer_fn()
1586 time_after(now, req_peer->pre_send_jif + ent) && in request_timer_fn()
1600 ent = (ent && req_peer && time_before(now, req_peer->pre_send_jif + ent)) in request_timer_fn()
[all …]