Searched refs:chfs_pool (Results 1 – 5 of 5) sorted by relevance
39 struct chfs_pool { struct48 struct chfs_pool chsp_pool_16; argument49 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;64 void chfs_pool_init(struct chfs_pool *chpp, size_t size,66 void chfs_pool_destroy(struct chfs_pool *chpp);
60 chfs_pool_init(struct chfs_pool *chpp, size_t size, const char *what, in chfs_pool_init()77 chfs_pool_destroy(struct chfs_pool *chpp) in chfs_pool_destroy()87 struct chfs_pool *chpp; in chfs_pool_page_alloc()93 chpp = (struct chfs_pool *)pp; in chfs_pool_page_alloc()114 struct chfs_pool *chpp; in chfs_pool_page_free()118 chpp = (struct chfs_pool *)pp; in chfs_pool_page_free()162 struct chfs_pool *p; in chfs_str_pool_get()187 struct chfs_pool *p; in chfs_str_pool_put()
423 struct chfs_pool chm_dirent_pool;424 struct chfs_pool chm_node_pool;
14 SRCS+= chfs_pool.c chfs_subr.c chfs_vfsops.c chfs_vnops.c
45 file ufs/chfs/chfs_pool.c chfs