Home
last modified time | relevance | path

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

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