Home
last modified time | relevance | path

Searched refs:sv_pools (Results 1 – 6 of 6) sorted by relevance

/linux/net/sunrpc/
H A Dsvc.c407 return serv->sv_pools; in svc_pool_for_cpu()
418 return &serv->sv_pools[pidx % serv->sv_nrpools]; in svc_pool_for_cpu()
525 serv->sv_pools = in __svc_create()
528 if (!serv->sv_pools) { in __svc_create()
534 struct svc_pool *pool = &serv->sv_pools[i]; in __svc_create()
626 struct svc_pool *pool = &serv->sv_pools[i]; in svc_destroy()
632 kfree(serv->sv_pools); in svc_destroy()
769 return pool ? pool : &serv->sv_pools[(*state)++ % serv->sv_nrpools]; in svc_pool_next()
783 pool = &serv->sv_pools[--(*state) % serv->sv_nrpools]; in svc_pool_victim()
H A Dsvc_xprt.c588 struct svc_pool *pool = &serv->sv_pools[0]; in svc_wake_up()
1097 struct svc_pool *pool = &serv->sv_pools[i]; in svc_clean_up_xprts()
1427 : &si->serv->sv_pools[pidx - 1]; in svc_pool_stats_start()
1441 pool = &serv->sv_pools[0]; in svc_pool_stats_next()
1443 unsigned int pidx = (pool - &serv->sv_pools[0]); in svc_pool_stats_next()
1445 pool = &serv->sv_pools[pidx+1]; in svc_pool_stats_next()
H A Dbackchannel_rqst.c396 svc_pool_wake_idle_thread(&bc_serv->sv_pools[0]); in xprt_enqueue_bc_request()
/linux/fs/nfsd/
H A Dnfssvc.c662 nthreads[i] = serv->sv_pools[i].sp_nrthreads; in nfsd_get_nrthreads()
723 &nn->nfsd_serv->sv_pools[i], in nfsd_set_nrthreads()
732 &nn->nfsd_serv->sv_pools[i], in nfsd_set_nrthreads()
H A Dnfsctl.c1501 &nn->nfsd_serv->sv_pools[i].sp_all_threads, in nfsd_nl_rpc_status_get_dumpit()
1693 struct svc_pool *sp = &nn->nfsd_serv->sv_pools[i]; in nfsd_nl_threads_get_doit()
/linux/include/linux/sunrpc/
H A Dsvc.h87 struct svc_pool * sv_pools; /* array of thread pools */ member