Searched refs:nfscbd_pool (Results 1 – 2 of 2) sorted by relevance
48 extern SVCPOOL *nfscbd_pool;189 xprt = svc_dg_create(nfscbd_pool, so, 0, 0); in nfscbd_addsock()191 xprt = svc_vc_create(nfscbd_pool, so, 0, 0); in nfscbd_addsock()249 nfscbd_pool->sp_minthreads = 4; in nfscbd_nfsd()250 nfscbd_pool->sp_maxthreads = 4; in nfscbd_nfsd()252 svc_run(nfscbd_pool); in nfscbd_nfsd()281 if (nfscbd_pool != NULL) { in nfsrvd_cbinit()283 svcpool_close(nfscbd_pool); in nfsrvd_cbinit()288 if (nfscbd_pool == NULL) { in nfsrvd_cbinit()290 nfscbd_pool = svcpool_create("nfscbd", NULL); in nfsrvd_cbinit()[all …]
100 SVCPOOL *nfscbd_pool; variable302 xprt = svc_vc_create_backchannel(nfscbd_pool); in newnfs_connect()