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

/netbsd-current/sys/ufs/chfs/
H A Dchfs_pool.h64 void chfs_pool_init(struct chfs_pool *chpp, size_t size,
66 void chfs_pool_destroy(struct chfs_pool *chpp);
68 #define CHFS_POOL_GET(chpp, flags) pool_get((struct pool *)(chpp), flags)
69 #define CHFS_POOL_PUT(chpp, v) pool_put((struct pool *)(chpp), v)
H A Dchfs_pool.c60 chfs_pool_init(struct chfs_pool *chpp, size_t size, const char *what, argument
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) argument
79 pool_destroy((struct pool *)chpp);
87 struct chfs_pool *chpp; local
114 struct chfs_pool *chpp; local
[all...]

Completed in 230 milliseconds