Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c332 seq_printf(m, "%d\n", svc->srv_nthrs_cpt_init * svc->srv_ncpts); in ptlrpc_lprocfs_threads_min_seq_show()
357 svc->srv_nthrs_cpt_init = val / svc->srv_ncpts; in ptlrpc_lprocfs_threads_min_seq_write()
406 if (val < svc->srv_nthrs_cpt_init * svc->srv_ncpts) { in ptlrpc_lprocfs_threads_max_seq_write()
Dservice.c579 svc->srv_nthrs_cpt_init = init; in ptlrpc_server_nthreads_check()
2625 LASSERT(svc->srv_nthrs_cpt_init >= PTLRPC_NTHRS_INIT); in ptlrpc_start_threads()
2628 for (j = 0; j < svc->srv_nthrs_cpt_init; j++) { in ptlrpc_start_threads()
2662 svc->srv_nthrs_cpt_init, svc->srv_nthrs_cpt_limit); in ptlrpc_start_thread()
2670 svcpt->scp_nthrs_running == svc->srv_nthrs_cpt_init - 1)) in ptlrpc_start_thread()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h1978 int srv_nthrs_cpt_init; member