Lines Matching refs:pool_t
415 pool_t **ps; in pool_base_info()
499 pool_info(const pool_conf_t *conf, const pool_t *pool, int deep) in pool_info()
1161 pool_t *
1815 pool_t *
1819 pool_t **rs; in pool_get_pool()
1820 pool_t *ret; in pool_get_pool()
1855 pool_t **
1860 pool_t **result = NULL; in pool_query_pools()
1875 if ((result = malloc(sizeof (pool_t *) * (*size + 1))) == NULL) { in pool_query_pools()
1880 (void) memset(result, 0, sizeof (pool_t *) * (*size + 1)); in pool_query_pools()
2027 pool_destroy(pool_conf_t *conf, pool_t *pp) in pool_destroy()
2059 pool_t **pl; in pool_resource_destroy()
2538 pool_to_elem(const pool_conf_t *conf, const pool_t *pp) in pool_to_elem()
2573 int (*callback)(pool_conf_t *conf, pool_t *pool, void *arg)) in pool_walk_pools()
2575 pool_t **rs; in pool_walk_pools()
2630 pool_query_pool_resources(const pool_conf_t *conf, const pool_t *pp, in pool_query_pool_resources()
2679 pool_walk_resources(pool_conf_t *conf, pool_t *pp, void *arg, in pool_walk_resources()
2775 pool_associate(pool_conf_t *conf, pool_t *pool, const pool_resource_t *res) in pool_associate()
2789 pool_dissociate(pool_conf_t *conf, pool_t *pool, const pool_resource_t *res) in pool_dissociate()