Searched refs:srv_nthrs_cpt_limit (Results 1 – 3 of 3) sorted by relevance
353 if (val > svc->srv_nthrs_cpt_limit * svc->srv_ncpts) { in threads_min_store()389 return sprintf(buf, "%d\n", svc->srv_nthrs_cpt_limit * svc->srv_ncpts); in threads_max_show()412 svc->srv_nthrs_cpt_limit = val / svc->srv_ncpts; in threads_max_store()
435 svc->srv_nthrs_cpt_limit = nthrs; in ptlrpc_server_nthreads_check()1894 svcpt->scp_service->srv_nthrs_cpt_limit; in ptlrpc_threads_increasable()2380 svc->srv_nthrs_cpt_init, svc->srv_nthrs_cpt_limit); in ptlrpc_start_thread()
1966 int srv_nthrs_cpt_limit; member