Home
last modified time | relevance | path

Searched refs:nfscbd_pool (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/fs/nfsclient/
HDnfs_clkrpc.c48 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 …]
/freebsd-11-stable/sys/fs/nfs/
HDnfs_commonkrpc.c100 SVCPOOL *nfscbd_pool; variable
302 xprt = svc_vc_create_backchannel(nfscbd_pool); in newnfs_connect()