Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dclient.c289 if (service_time > now - req->rq_sent + 3) { in ptlrpc_at_adj_net_latency()
301 cfs_time_sub(now, req->rq_sent)); in ptlrpc_at_adj_net_latency()
306 nl = max_t(int, now - req->rq_sent - in ptlrpc_at_adj_net_latency()
1282 req->rq_sent = now + req->rq_timeout; in after_reply()
1284 req->rq_sent = now + req->rq_nr_resend; in after_reply()
1407 if (req->rq_sent && (req->rq_sent > get_seconds()) && in ptlrpc_send_new_req()
1542 if (req->rq_phase == RQ_PHASE_NEW && req->rq_sent) in ptlrpc_check_set()
1547 req->rq_sent > get_seconds()) in ptlrpc_check_set()
1912 time_before((unsigned long)req->rq_real_sent, (unsigned long)req->rq_sent) || in ptlrpc_expire_one_request()
1915 req->rq_sent, req->rq_real_sent); in ptlrpc_expire_one_request()
[all …]
Dniobuf.c425 req->rq_sent = get_seconds(); in ptlrpc_send_reply()
637 request->rq_sent = get_seconds(); in ptl_send_rpc()
640 request->rq_deadline = request->rq_sent + request->rq_timeout + in ptl_send_rpc()
Dlproc_ptlrpc.c962 req->rq_sent - req->rq_arrival_time.tv_sec, in ptlrpc_lprocfs_svc_req_history_show()
963 req->rq_sent - req->rq_deadline); in ptlrpc_lprocfs_svc_req_history_show()
Dimport.c242 dl = req->rq_sent; in ptlrpc_inflight_deadline()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_reint.c274 req->rq_sent = get_seconds() + resends; in mdc_create()
Dmdc_locks.c867 req->rq_sent = get_seconds() + resends; in mdc_enqueue()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h1480 time_t rq_sent; member
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c1683 new_req->rq_sent = get_seconds() + new_req->rq_timeout; in osc_brw_redo_request()
1685 new_req->rq_sent = get_seconds() + aa->aa_resends; in osc_brw_redo_request()