Searched refs:srhi (Results 1 – 1 of 1) sorted by relevance
730 struct ptlrpc_srh_iterator *srhi, in ptlrpc_lprocfs_svc_req_history_seek() argument736 if (srhi->srhi_req != NULL && in ptlrpc_lprocfs_svc_req_history_seek()737 srhi->srhi_seq > svcpt->scp_hist_seq_culled && in ptlrpc_lprocfs_svc_req_history_seek()738 srhi->srhi_seq <= seq) { in ptlrpc_lprocfs_svc_req_history_seek()745 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()752 seq, srhi->srhi_seq, svcpt->scp_hist_seq_culled); in ptlrpc_lprocfs_svc_req_history_seek()753 e = &srhi->srhi_req->rq_history_list; in ptlrpc_lprocfs_svc_req_history_seek()763 srhi->srhi_seq = req->rq_history_seq; in ptlrpc_lprocfs_svc_req_history_seek()764 srhi->srhi_req = req; in ptlrpc_lprocfs_svc_req_history_seek()[all …]