Searched refs:rq_history_seq (Results 1 – 4 of 4) sorted by relevance
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()762 if (req->rq_history_seq >= seq) { in ptlrpc_lprocfs_svc_req_history_seek()763 srhi->srhi_seq = req->rq_history_seq; in ptlrpc_lprocfs_svc_req_history_seek()924 req->rq_history_seq, nidstr, in ptlrpc_lprocfs_svc_req_history_show()
773 if (req->rq_history_seq > in ptlrpc_server_drop_request()776 req->rq_history_seq; in ptlrpc_server_drop_request()809 if (req->rq_history_seq > svcpt->scp_hist_seq_culled) in ptlrpc_server_drop_request()810 svcpt->scp_hist_seq_culled = req->rq_history_seq; in ptlrpc_server_drop_request()
274 req->rq_history_seq = new_seq; in ptlrpc_req_add_history()
1281 __u64 rq_history_seq; member