Searched refs:tcm_loop_cmd_cache (Results 1 - 1 of 1) sorted by relevance

/drivers/target/loopback/
H A Dtcm_loop.c48 static struct kmem_cache *tcm_loop_cmd_cache; variable in typeref:struct:kmem_cache
79 kmem_cache_free(tcm_loop_cmd_cache, tl_cmd);
206 kmem_cache_free(tcm_loop_cmd_cache, tl_cmd);
275 tl_cmd = kmem_cache_zalloc(tcm_loop_cmd_cache, GFP_ATOMIC);
324 tl_cmd = kmem_cache_zalloc(tcm_loop_cmd_cache, GFP_KERNEL);
369 kmem_cache_free(tcm_loop_cmd_cache, tl_cmd);
1442 tcm_loop_cmd_cache = kmem_cache_create("tcm_loop_cmd_cache",
1446 if (!tcm_loop_cmd_cache) {
1448 " tcm_loop_cmd_cache faile
[all...]

Completed in 32 milliseconds