Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c736 struct ptlrpc_srh_iterator *srhi, in ptlrpc_lprocfs_svc_req_history_seek() argument
742 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 …]