Home
last modified time | relevance | path

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

/netbsd-src/sys/nfs/
H A Dnfs_srvcache.c71 struct pool nfs_reqcache_pool; variable
165 pool_init(&nfs_reqcache_pool, sizeof(struct nfsrvcache), 0, 0, 0, in nfsrv_initcache()
176 pool_destroy(&nfs_reqcache_pool); in nfsrv_finicache()
287 rp = pool_get(&nfs_reqcache_pool, PR_WAITOK); in nfsrv_getcache()
330 pool_put(&nfs_reqcache_pool, rp); in nfsrv_getcache()
395 pool_put(&nfs_reqcache_pool, rp); in nfsrv_cleancache()