Searched refs:rq_history_list (Results 1 – 5 of 5) sorted by relevance
753 e = &srhi->srhi_req->rq_history_list; in ptlrpc_lprocfs_svc_req_history_seek()760 req = list_entry(e, struct ptlrpc_request, rq_history_list); in ptlrpc_lprocfs_svc_req_history_seek()
276 list_add_tail(&req->rq_history_list, &svcpt->scp_hist_reqs); in ptlrpc_req_add_history()
778 list_del(&req->rq_history_list); in ptlrpc_server_drop_request()806 list_del_init(&req->rq_history_list); in ptlrpc_server_drop_request()
643 INIT_LIST_HEAD(&request->rq_history_list); in __ptlrpc_request_bufs_pack()3054 INIT_LIST_HEAD(&req->rq_history_list); in ptlrpcd_alloc_work()
1271 struct list_head rq_history_list; member