Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c352 if (val > svc->srv_nthrs_cpt_limit * svc->srv_ncpts) { in ptlrpc_lprocfs_threads_min_seq_write()
386 seq_printf(m, "%d\n", svc->srv_nthrs_cpt_limit * svc->srv_ncpts); in ptlrpc_lprocfs_threads_max_seq_show()
411 svc->srv_nthrs_cpt_limit = val / svc->srv_ncpts; in ptlrpc_lprocfs_threads_max_seq_write()
Dservice.c578 svc->srv_nthrs_cpt_limit = nthrs; in ptlrpc_server_nthreads_check()
2176 svcpt->scp_service->srv_nthrs_cpt_limit; in ptlrpc_threads_increasable()
2662 svc->srv_nthrs_cpt_init, svc->srv_nthrs_cpt_limit); in ptlrpc_start_thread()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h1980 int srv_nthrs_cpt_limit; member