Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c724 __u64 srhi_seq; member
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()
763 srhi->srhi_seq = req->rq_history_seq; in ptlrpc_lprocfs_svc_req_history_seek()
826 srhi->srhi_seq = 0; in ptlrpc_lprocfs_svc_req_history_start()
842 *pos = PTLRPC_REQ_SEQ2POS(svc, srhi->srhi_seq); in ptlrpc_lprocfs_svc_req_history_start()
876 seq = srhi->srhi_seq = 0; in ptlrpc_lprocfs_svc_req_history_next()
[all …]