Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c745 LASSERTF(srhi->srhi_seq == srhi->srhi_req->rq_history_seq, in ptlrpc_lprocfs_svc_req_history_seek()
748 srhi->srhi_seq, srhi->srhi_req->rq_history_seq); in ptlrpc_lprocfs_svc_req_history_seek()
762 if (req->rq_history_seq >= seq) { in ptlrpc_lprocfs_svc_req_history_seek()
763 srhi->srhi_seq = req->rq_history_seq; in ptlrpc_lprocfs_svc_req_history_seek()
924 req->rq_history_seq, nidstr, in ptlrpc_lprocfs_svc_req_history_show()
Dservice.c773 if (req->rq_history_seq > in ptlrpc_server_drop_request()
776 req->rq_history_seq; in ptlrpc_server_drop_request()
809 if (req->rq_history_seq > svcpt->scp_hist_seq_culled) in ptlrpc_server_drop_request()
810 svcpt->scp_hist_seq_culled = req->rq_history_seq; in ptlrpc_server_drop_request()
Devents.c274 req->rq_history_seq = new_seq; in ptlrpc_req_add_history()
/drivers/staging/lustre/lustre/include/
Dlustre_net.h1281 __u64 rq_history_seq; member