Searched refs:gcb_pool (Results 1 – 2 of 2) sorted by relevance
385 mempool_free(gcb, rrpc->gcb_pool); in rrpc_block_gc()445 gcb = mempool_alloc(rrpc->gcb_pool, GFP_ATOMIC); in rrpc_lun_gc()475 mempool_free(gcb, rrpc->gcb_pool); in rrpc_gc_queue()611 gcb = mempool_alloc(rrpc->gcb_pool, GFP_ATOMIC); in rrpc_run_gc()1060 rrpc->gcb_pool = mempool_create_slab_pool(rrpc->dev->nr_luns, in rrpc_core_init()1062 if (!rrpc->gcb_pool) in rrpc_core_init()1078 mempool_destroy(rrpc->gcb_pool); in rrpc_core_free()
123 mempool_t *gcb_pool; member