Searched refs:sd_cdb_pool (Results 1 – 1 of 1) sorted by relevance
130 static mempool_t *sd_cdb_pool; variable1019 SCpnt->cmnd = mempool_alloc(sd_cdb_pool, GFP_ATOMIC); in sd_setup_read_write_cmnd()1143 mempool_free(SCpnt->cmnd, sd_cdb_pool); in sd_uninit_command()3222 sd_cdb_pool = mempool_create_slab_pool(SD_MEMPOOL_SIZE, sd_cdb_cache); in init_sd()3223 if (!sd_cdb_pool) { in init_sd()3236 mempool_destroy(sd_cdb_pool); in init_sd()3261 mempool_destroy(sd_cdb_pool); in exit_sd()