Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c751 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()
Devents.c274 req->rq_history_seq = new_seq; in ptlrpc_req_add_history()
Dservice.c910 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()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h1287 __u64 rq_history_seq; member