Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c284 total += svc->srv_hist_nrqbds_cpt_max; in ptlrpc_lprocfs_req_history_max_seq_show()
317 svc->srv_hist_nrqbds_cpt_max = 0; in ptlrpc_lprocfs_req_history_max_seq_write()
319 svc->srv_hist_nrqbds_cpt_max = max(1, (val / svc->srv_ncpts)); in ptlrpc_lprocfs_req_history_max_seq_write()
Dservice.c896 while (svcpt->scp_hist_nrqbds > svc->srv_hist_nrqbds_cpt_max) { in ptlrpc_server_drop_request()
2873 svc->srv_hist_nrqbds_cpt_max = 0; in ptlrpc_service_unlink_rqbd()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h2010 int srv_hist_nrqbds_cpt_max; member