Searched refs:sv_pools (Results 1 – 6 of 6) sorted by relevance
270 return serv->sv_pools; in svc_pool_for_cpu()285 struct svc_pool *pool = &serv->sv_pools[pidx]; in svc_pool_for_cpu()298 return &serv->sv_pools[pidx]; in svc_pool_for_cpu()433 serv->sv_pools = kzalloc_objs(struct svc_pool, npools); in __svc_create()434 if (!serv->sv_pools) { in __svc_create()440 struct svc_pool *pool = &serv->sv_pools[i]; in __svc_create()458 svc_pool_destroy_counters(&serv->sv_pools[i]); in __svc_create()459 kfree(serv->sv_pools); in __svc_create()538 struct svc_pool *pool = &serv->sv_pools[i]; in svc_destroy()546 kfree(serv->sv_pools); in svc_destroy()[all …]
622 struct svc_pool *pool = &serv->sv_pools[0]; in svc_wake_up()1192 struct svc_pool *pool = &serv->sv_pools[i]; in svc_clean_up_xprts()1521 : &si->serv->sv_pools[pidx - 1]; in svc_pool_stats_start()1535 pool = &serv->sv_pools[0]; in svc_pool_stats_next()1537 unsigned int pidx = (pool - &serv->sv_pools[0]); in svc_pool_stats_next()1539 pool = &serv->sv_pools[pidx+1]; in svc_pool_stats_next()
414 svc_pool_wake_idle_thread(&bc_serv->sv_pools[0]); in xprt_enqueue_bc_request()
669 nthreads[i] = serv->sv_pools[i].sp_nrthrmax; in nfsd_get_nrthreads()727 &nn->nfsd_serv->sv_pools[i], in nfsd_set_nrthreads()736 &nn->nfsd_serv->sv_pools[i], in nfsd_set_nrthreads()
1549 &nn->nfsd_serv->sv_pools[i].sp_all_threads, in nfsd_nl_rpc_status_get_dumpit()1801 struct svc_pool *sp = &nn->nfsd_serv->sv_pools[i]; in nfsd_nl_threads_get_doit()
89 struct svc_pool * sv_pools; /* array of thread pools */ member