Searched refs:scp_hist_reqs (Results 1 – 4 of 4) sorted by relevance
749 LASSERTF(!list_empty(&svcpt->scp_hist_reqs), in ptlrpc_lprocfs_svc_req_history_seek()756 e = svcpt->scp_hist_reqs.next; in ptlrpc_lprocfs_svc_req_history_seek()759 while (e != &svcpt->scp_hist_reqs) { in ptlrpc_lprocfs_svc_req_history_seek()
276 list_add_tail(&req->rq_history_list, &svcpt->scp_hist_reqs); in ptlrpc_req_add_history()
467 INIT_LIST_HEAD(&svcpt->scp_hist_reqs); in ptlrpc_service_part_init()
2078 struct list_head scp_hist_reqs; member