Lines Matching defs:pool
347 struct spdk_bit_pool *pool = NULL; in spdk_bit_pool_create() local
371 struct spdk_bit_pool *pool = NULL; in spdk_bit_pool_create_from_array() local
388 struct spdk_bit_pool *pool; in spdk_bit_pool_free() local
405 struct spdk_bit_pool *pool; in spdk_bit_pool_resize() local
423 spdk_bit_pool_capacity(const struct spdk_bit_pool *pool) in spdk_bit_pool_capacity()
429 spdk_bit_pool_is_allocated(const struct spdk_bit_pool *pool, uint32_t bit_index) in spdk_bit_pool_is_allocated()
435 spdk_bit_pool_allocate_bit(struct spdk_bit_pool *pool) in spdk_bit_pool_allocate_bit()
450 spdk_bit_pool_free_bit(struct spdk_bit_pool *pool, uint32_t bit_index) in spdk_bit_pool_free_bit()
462 spdk_bit_pool_count_allocated(const struct spdk_bit_pool *pool) in spdk_bit_pool_count_allocated()
468 spdk_bit_pool_count_free(const struct spdk_bit_pool *pool) in spdk_bit_pool_count_free()
474 spdk_bit_pool_store_mask(const struct spdk_bit_pool *pool, void *mask) in spdk_bit_pool_store_mask()
480 spdk_bit_pool_load_mask(struct spdk_bit_pool *pool, const void *mask) in spdk_bit_pool_load_mask()
488 spdk_bit_pool_free_all_bits(struct spdk_bit_pool *pool) in spdk_bit_pool_free_all_bits()