Searched refs:tcm_loop_cmd_cache (Results 1 – 1 of 1) sorted by relevance
47 static struct kmem_cache *tcm_loop_cmd_cache; variable75 tl_cmd = kmem_cache_zalloc(tcm_loop_cmd_cache, GFP_ATOMIC); in tcm_loop_allocate_core_cmd()118 kmem_cache_free(tcm_loop_cmd_cache, tl_cmd); in tcm_loop_allocate_core_cmd()205 kmem_cache_free(tcm_loop_cmd_cache, tl_cmd); in tcm_loop_release_cmd()348 tl_cmd = kmem_cache_zalloc(tcm_loop_cmd_cache, GFP_KERNEL); in tcm_loop_device_reset()396 kmem_cache_free(tcm_loop_cmd_cache, tl_cmd); in tcm_loop_device_reset()1495 tcm_loop_cmd_cache = kmem_cache_create("tcm_loop_cmd_cache", in tcm_loop_fabric_init()1499 if (!tcm_loop_cmd_cache) { in tcm_loop_fabric_init()1522 kmem_cache_destroy(tcm_loop_cmd_cache); in tcm_loop_fabric_exit()