HomeSort by: relevance | last modified time | path
    Searched defs:chpp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/chfs/
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...]
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...]

Completed in 23 milliseconds