Searched refs:srhi (Results 1 – 1 of 1) sorted by relevance
736 struct ptlrpc_srh_iterator *srhi, in ptlrpc_lprocfs_svc_req_history_seek() argument742 if (srhi->srhi_req != NULL && in ptlrpc_lprocfs_svc_req_history_seek()743 srhi->srhi_seq > svcpt->scp_hist_seq_culled && in ptlrpc_lprocfs_svc_req_history_seek()744 srhi->srhi_seq <= seq) { in ptlrpc_lprocfs_svc_req_history_seek()751 LASSERTF(srhi->srhi_seq == srhi->srhi_req->rq_history_seq, in ptlrpc_lprocfs_svc_req_history_seek()754 srhi->srhi_seq, srhi->srhi_req->rq_history_seq); in ptlrpc_lprocfs_svc_req_history_seek()758 seq, srhi->srhi_seq, svcpt->scp_hist_seq_culled); in ptlrpc_lprocfs_svc_req_history_seek()759 e = &srhi->srhi_req->rq_history_list; in ptlrpc_lprocfs_svc_req_history_seek()769 srhi->srhi_seq = req->rq_history_seq; in ptlrpc_lprocfs_svc_req_history_seek()770 srhi->srhi_req = req; in ptlrpc_lprocfs_svc_req_history_seek()[all …]