Home
last modified time | relevance | path

Searched refs:tcmu_cmd_cache (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/target/
H A Dtarget_core_user.c223 static struct kmem_cache *tcmu_cmd_cache; variable
575 kmem_cache_free(tcmu_cmd_cache, tcmu_cmd); in tcmu_free_cmd()
639 tcmu_cmd = kmem_cache_zalloc(tcmu_cmd_cache, GFP_NOIO); in tcmu_alloc_cmd()
651 kmem_cache_free(tcmu_cmd_cache, tcmu_cmd); in tcmu_alloc_cmd()
1656 kmem_cache_free(tcmu_cmd_cache, cmd); in tcmu_check_and_free_pending_cmd()
3319 tcmu_cmd_cache = kmem_cache_create("tcmu_cmd_cache", in tcmu_module_init()
3323 if (!tcmu_cmd_cache) in tcmu_module_init()
3372 kmem_cache_destroy(tcmu_cmd_cache); in tcmu_module_init()
3384 kmem_cache_destroy(tcmu_cmd_cache); in tcmu_module_exit()