Searched refs:tcmu_cmd_cache (Results 1 – 1 of 1) sorted by relevance
132 static struct kmem_cache *tcmu_cmd_cache; variable161 tcmu_cmd = kmem_cache_zalloc(tcmu_cmd_cache, GFP_KERNEL); in tcmu_alloc_cmd()179 kmem_cache_free(tcmu_cmd_cache, tcmu_cmd); in tcmu_alloc_cmd()448 kmem_cache_free(tcmu_cmd_cache, tcmu_cmd); in tcmu_queue_cmd()473 kmem_cache_free(tcmu_cmd_cache, cmd); in tcmu_handle_completion()528 kmem_cache_free(tcmu_cmd_cache, cmd); in tcmu_handle_completion()608 kmem_cache_free(tcmu_cmd_cache, cmd); in tcmu_check_expired_cmd()1100 tcmu_cmd_cache = kmem_cache_create("tcmu_cmd_cache", in tcmu_module_init()1104 if (!tcmu_cmd_cache) in tcmu_module_init()1132 kmem_cache_destroy(tcmu_cmd_cache); in tcmu_module_init()[all …]