Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c723 int srhi_idx; member
843 srhi->srhi_idx = i; in ptlrpc_lprocfs_svc_req_history_start()
871 for (i = srhi->srhi_idx; i < svc->srv_ncpts; i++) { in ptlrpc_lprocfs_svc_req_history_next()
874 if (i > srhi->srhi_idx) { /* reset iterator for a new CPT */ in ptlrpc_lprocfs_svc_req_history_next()
886 srhi->srhi_idx = i; in ptlrpc_lprocfs_svc_req_history_next()
903 LASSERT(srhi->srhi_idx < svc->srv_ncpts); in ptlrpc_lprocfs_svc_req_history_show()
905 svcpt = svc->srv_parts[srhi->srhi_idx]; in ptlrpc_lprocfs_svc_req_history_show()