Lines Matching refs:chfs_pool
1 /* $NetBSD: chfs_pool.h,v 1.1 2011/11/24 15:51:31 ahoka Exp $ */
39 struct chfs_pool {
48 struct chfs_pool chsp_pool_16;
49 struct chfs_pool chsp_pool_32;
50 struct chfs_pool chsp_pool_64;
51 struct chfs_pool chsp_pool_128;
52 struct chfs_pool chsp_pool_256;
53 struct chfs_pool chsp_pool_512;
54 struct chfs_pool chsp_pool_1024;
61 * Convenience functions and macros to manipulate a chfs_pool.
64 void chfs_pool_init(struct chfs_pool *chpp, size_t size,
66 void chfs_pool_destroy(struct chfs_pool *chpp);