nfs_node.c | 63 struct pool nfs_node_pool; variable in typeref:struct:pool 86 pool_init(&nfs_node_pool, sizeof(struct nfsnode), 0, 0, 0, "nfsnodepl", 103 pool_destroy(&nfs_node_pool); 121 np = pool_get(&nfs_node_pool, PR_WAITOK); 254 pool_put(&nfs_node_pool, np);
|