Home
last modified time | relevance | path

Searched refs:map_pool (Results 1 – 4 of 4) sorted by relevance

/spdk/lib/ftl/mngt/
H A Dftl_mngt_ioch.c44 ftl_mempool_destroy(ioch->map_pool); in io_channel_unregister()
78 ioch->map_pool = ftl_mempool_create( in io_channel_create_cb()
83 if (!ioch->map_pool) { in io_channel_create_cb()
123 ftl_mempool_destroy(ioch->map_pool); in io_channel_create_cb()
/spdk/lib/ftl/
H A Dftl_io.h48 struct ftl_mempool *map_pool; member
H A Dftl_io.c156 ftl_mempool_put(ioch->map_pool, io->map); in ftl_io_cb()
H A Dftl_core.c350 io->map = ftl_mempool_get(ioch->map_pool); in start_io()