Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/iscsi/
H A Discsi_target.h53 extern struct kmem_cache *lio_ooo_cache;
H A Discsi_target_erl1.c758 ooo_cmdsn = kmem_cache_zalloc(lio_ooo_cache, GFP_ATOMIC); in iscsit_allocate_ooo_cmdsn()
825 kmem_cache_free(lio_ooo_cache, ooo_cmdsn); in iscsit_remove_ooo_cmdsn()
1006 kmem_cache_free(lio_ooo_cache, ooo_cmdsn); in iscsit_free_all_ooo_cmdsns()
1044 kmem_cache_free(lio_ooo_cache, ooo_cmdsn); in iscsit_handle_ooo_cmdsn()
H A Discsi_target.c60 struct kmem_cache *lio_ooo_cache; variable
728 lio_ooo_cache = kmem_cache_create("lio_ooo_cache", in iscsi_target_init_module()
731 if (!lio_ooo_cache) { in iscsi_target_init_module()
756 kmem_cache_destroy(lio_ooo_cache); in iscsi_target_init_module()
781 kmem_cache_destroy(lio_ooo_cache); in iscsi_target_cleanup_module()