OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfscbd_pool
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/nfs/client/
nfs_clkrpc.c
52
extern SVCPOOL *
nfscbd_pool
;
190
xprt = svc_dg_create(
nfscbd_pool
, so, 0, 0);
192
xprt = svc_vc_create(
nfscbd_pool
, so, 0, 0);
250
nfscbd_pool
->sp_minthreads = 4;
251
nfscbd_pool
->sp_maxthreads = 4;
253
svc_run(
nfscbd_pool
);
284
if (
nfscbd_pool
== NULL) {
286
nfscbd_pool
= svcpool_create("nfscbd", NULL);
287
nfscbd_pool
->sp_rcache = NULL;
288
nfscbd_pool
->sp_assign = NULL
[
all
...]
/src/sys/fs/nfs/common/
nfs_commonkrpc.c
106
SVCPOOL *
nfscbd_pool
;
variable in typeref:typename:SVCPOOL *
291
* Make sure the
nfscbd_pool
doesn't get destroyed
298
xprt = svc_vc_create_backchannel(
nfscbd_pool
);
Completed in 34 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025