Searched refs:rq_history_seq (Results 1 – 4 of 4) sorted by relevance
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()768 if (req->rq_history_seq >= seq) { in ptlrpc_lprocfs_svc_req_history_seek()769 srhi->srhi_seq = req->rq_history_seq; in ptlrpc_lprocfs_svc_req_history_seek()958 req->rq_history_seq, libcfs_nid2str(req->rq_self), in ptlrpc_lprocfs_svc_req_history_show()
274 req->rq_history_seq = new_seq; in ptlrpc_req_add_history()
910 if (req->rq_history_seq > in ptlrpc_server_drop_request()913 req->rq_history_seq; in ptlrpc_server_drop_request()946 if (req->rq_history_seq > svcpt->scp_hist_seq_culled) in ptlrpc_server_drop_request()947 svcpt->scp_hist_seq_culled = req->rq_history_seq; in ptlrpc_server_drop_request()
1287 __u64 rq_history_seq; member