chfs_pool.c | 60 chfs_pool_init(struct chfs_pool *chpp, size_t size, const char *what, 65 cnt = snprintf(chpp->chp_name, sizeof(chpp->chp_name), 67 KASSERT(cnt < sizeof(chpp->chp_name)); 69 pool_init(&chpp->chp_pool, size, 0, 0, 0, chpp->chp_name, 71 chpp->chp_mount = chmp; 77 chfs_pool_destroy(struct chfs_pool *chpp) 79 pool_destroy((struct pool *)chpp); 87 struct chfs_pool *chpp; local in function:chfs_pool_page_alloc 114 struct chfs_pool *chpp; local in function:chfs_pool_page_free [all...] |