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

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

Completed in 133 milliseconds