Lines Matching refs:pool_t
417 pool_t **ps; in pool_base_info()
501 pool_info(const pool_conf_t *conf, const pool_t *pool, int deep) in pool_info()
1163 pool_t *
1817 pool_t *
1821 pool_t **rs; in pool_get_pool()
1822 pool_t *ret; in pool_get_pool()
1857 pool_t **
1862 pool_t **result = NULL; in pool_query_pools()
1877 if ((result = malloc(sizeof (pool_t *) * (*size + 1))) == NULL) { in pool_query_pools()
1882 (void) memset(result, 0, sizeof (pool_t *) * (*size + 1)); in pool_query_pools()
2029 pool_destroy(pool_conf_t *conf, pool_t *pp) in pool_destroy()
2061 pool_t **pl; in pool_resource_destroy()
2540 pool_to_elem(const pool_conf_t *conf, const pool_t *pp) in pool_to_elem()
2575 int (*callback)(pool_conf_t *conf, pool_t *pool, void *arg)) in pool_walk_pools()
2577 pool_t **rs; in pool_walk_pools()
2632 pool_query_pool_resources(const pool_conf_t *conf, const pool_t *pp, in pool_query_pool_resources()
2681 pool_walk_resources(pool_conf_t *conf, pool_t *pp, void *arg, in pool_walk_resources()
2777 pool_associate(pool_conf_t *conf, pool_t *pool, const pool_resource_t *res) in pool_associate()
2791 pool_dissociate(pool_conf_t *conf, pool_t *pool, const pool_resource_t *res) in pool_dissociate()