Searched refs:sd_cdb_pool (Results 1 – 1 of 1) sorted by relevance
131 static mempool_t *sd_cdb_pool; variable1034 SCpnt->cmnd = mempool_alloc(sd_cdb_pool, GFP_ATOMIC); in sd_setup_read_write_cmnd()1158 mempool_free(SCpnt->cmnd, sd_cdb_pool); in sd_uninit_command()3344 sd_cdb_pool = mempool_create_slab_pool(SD_MEMPOOL_SIZE, sd_cdb_cache); in init_sd()3345 if (!sd_cdb_pool) { in init_sd()3358 mempool_destroy(sd_cdb_pool); in init_sd()3383 mempool_destroy(sd_cdb_pool); in exit_sd()