Searched refs:nfscbd_pool (Results 1 – 2 of 2) sorted by relevance
49 extern SVCPOOL *nfscbd_pool;200 xprt = svc_dg_create(nfscbd_pool, so, 0, 0); in nfscbd_addsock()202 xprt = svc_vc_create(nfscbd_pool, so, 0, 0); in nfscbd_addsock()260 nfscbd_pool->sp_minthreads = 4; in nfscbd_nfsd()261 nfscbd_pool->sp_maxthreads = 4; in nfscbd_nfsd()263 svc_run(nfscbd_pool); in nfscbd_nfsd()292 if (nfscbd_pool != NULL) { in nfsrvd_cbinit()294 svcpool_close(nfscbd_pool); in nfsrvd_cbinit()299 if (nfscbd_pool == NULL) { in nfsrvd_cbinit()301 nfscbd_pool = svcpool_create("nfscbd", NULL); in nfsrvd_cbinit()[all …]
101 SVCPOOL *nfscbd_pool; variable437 nfscbd_pool); in newnfs_connect()