Home
last modified time | relevance | path

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

/netbsd-src/sys/ufs/chfs/
H A Dchfs_pool.c60 chfs_pool_init(struct chfs_pool *chpp, size_t size, const char *what, in chfs_pool_init() function
132 chfs_pool_init(&chsp->chsp_pool_16, 16, "str", chmp); in chfs_str_pool_init()
133 chfs_pool_init(&chsp->chsp_pool_32, 32, "str", chmp); in chfs_str_pool_init()
134 chfs_pool_init(&chsp->chsp_pool_64, 64, "str", chmp); in chfs_str_pool_init()
135 chfs_pool_init(&chsp->chsp_pool_128, 128, "str", chmp); in chfs_str_pool_init()
136 chfs_pool_init(&chsp->chsp_pool_256, 256, "str", chmp); in chfs_str_pool_init()
137 chfs_pool_init(&chsp->chsp_pool_512, 512, "str", chmp); in chfs_str_pool_init()
138 chfs_pool_init(&chsp->chsp_pool_1024, 1024, "str", chmp); in chfs_str_pool_init()
H A Dchfs_pool.h64 void chfs_pool_init(struct chfs_pool *chpp, size_t size,