Searched refs:filecore_node_pool (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/fs/filecorefs/
H A Dfilecore_node.c90 struct pool filecore_node_pool; variable in typeref:struct:pool
103 pool_init(&filecore_node_pool, sizeof(struct filecore_node), 0, 0, 0,
123 pool_destroy(&filecore_node_pool);
144 ip = pool_get(&filecore_node_pool, PR_WAITOK);
165 pool_put(&filecore_node_pool, ip);
255 pool_put(&filecore_node_pool, vp->v_data);
H A Dfilecore_extern.h104 extern struct pool filecore_node_pool;

Completed in 131 milliseconds