Home
last modified time | relevance | path

Searched defs:pool (Results 1 – 13 of 13) sorted by relevance

/spdk/lib/util/
H A Dbit_array.c347 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()
[all …]
/spdk/test/common/lib/
H A Dtest_iobuf.c70 struct spdk_iobuf_pool *pool; spdk_iobuf_get() local
110 struct spdk_iobuf_pool *pool; spdk_iobuf_put() local
[all...]
/spdk/lib/thread/
H A Diobuf.c480 spdk_iobuf_for_each_entry(struct spdk_iobuf_channel * ch,struct spdk_iobuf_pool * pool,spdk_iobuf_for_each_entry_fn cb_fn,void * cb_ctx) spdk_iobuf_for_each_entry() argument
505 struct spdk_iobuf_pool *pool; spdk_iobuf_entry_abort() local
523 struct spdk_iobuf_pool *pool; spdk_iobuf_get() local
576 struct spdk_iobuf_pool *pool; spdk_iobuf_put() local
[all...]
/spdk/module/bdev/daos/
H A Dbdev_daos_rpc.c17 char *pool; member
H A Dbdev_daos.c60 daos_handle_t pool; member
703 const char *pool, const char *cont, const char *oclass, in create_bdev_daos()
/spdk/lib/iscsi/
H A Discsi_subsystem.c92 iscsi_sess_ctor(struct spdk_mempool *pool, void *arg, void *session_buf, in iscsi_sess_ctor() argument
162 iscsi_check_pool(struct spdk_mempool *pool, size_ argument
[all...]
H A Discsi.h447 iscsi_datapool_get(struct spdk_mempool * pool) iscsi_datapool_get() argument
H A Discsi.c4628 struct spdk_mempool *pool; in iscsi_pdu_payload_read() local
/spdk/scripts/
H A Ddpdk_mem_info.py22 def add_mempool(self, pool): argument
/spdk/test/unit/lib/accel/dpdk_compressdev.c/
H A Daccel_dpdk_compressdev_ut.c175 mock_rte_pktmbuf_alloc_bulk(struct rte_mempool *pool, struct rte_mbuf **mbufs, in mock_rte_pktmbuf_alloc_bulk() argument
/spdk/test/unit/lib/accel/dpdk_cryptodev.c/
H A Daccel_dpdk_cryptodev_ut.c59 mock_rte_pktmbuf_alloc_bulk(struct rte_mempool *pool, struct rte_mbuf **mbufs, in mock_rte_pktmbuf_alloc_bulk() argument
[all...]
/spdk/python/spdk/rpc/
H A Dbdev.py1655 bdev_daos_create(client, num_blocks, block_size, pool, cont, name, oclass=None, uuid=None) global() argument
/spdk/lib/nvmf/
H A Drdma.c588 _nvmf_rdma_request_free_data(struct spdk_nvmf_rdma_request * rdma_req,struct ibv_send_wr * data_wr,struct spdk_mempool * pool) _nvmf_rdma_request_free_data() argument