Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c729 int srhi_idx; member
849 srhi->srhi_idx = i; in ptlrpc_lprocfs_svc_req_history_start()
878 for (i = srhi->srhi_idx; i < svc->srv_ncpts; i++) { in ptlrpc_lprocfs_svc_req_history_next()
881 if (i > srhi->srhi_idx) { /* reset iterator for a new CPT */ in ptlrpc_lprocfs_svc_req_history_next()
893 srhi->srhi_idx = i; in ptlrpc_lprocfs_svc_req_history_next()
940 LASSERT(srhi->srhi_idx < svc->srv_ncpts); in ptlrpc_lprocfs_svc_req_history_show()
942 svcpt = svc->srv_parts[srhi->srhi_idx]; in ptlrpc_lprocfs_svc_req_history_show()