Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c285 total += svc->srv_hist_nrqbds_cpt_max; in ptlrpc_lprocfs_req_history_max_seq_show()
318 svc->srv_hist_nrqbds_cpt_max = 0; in ptlrpc_lprocfs_req_history_max_seq_write()
320 svc->srv_hist_nrqbds_cpt_max = max(1, (val / svc->srv_ncpts)); in ptlrpc_lprocfs_req_history_max_seq_write()
Dservice.c759 while (svcpt->scp_hist_nrqbds > svc->srv_hist_nrqbds_cpt_max) { in ptlrpc_server_drop_request()
2596 svc->srv_hist_nrqbds_cpt_max = 0; in ptlrpc_service_unlink_rqbd()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h1996 int srv_hist_nrqbds_cpt_max; member