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

/linux-4.1.27/drivers/target/iscsi/
H A Discsi_target.h43 extern struct kmem_cache *lio_r2t_cache;
H A Discsi_target_util.c71 r2t = kmem_cache_zalloc(lio_r2t_cache, GFP_ATOMIC); iscsit_add_r2t_to_list()
137 kmem_cache_free(lio_r2t_cache, r2t); iscsit_free_r2t()
H A Discsi_target.c65 struct kmem_cache *lio_r2t_cache; variable in typeref:struct:kmem_cache
588 lio_r2t_cache = kmem_cache_create("lio_r2t_cache", iscsi_target_init_module()
591 if (!lio_r2t_cache) { iscsi_target_init_module()
593 " lio_r2t_cache\n"); iscsi_target_init_module()
605 kmem_cache_destroy(lio_r2t_cache); iscsi_target_init_module()
631 kmem_cache_destroy(lio_r2t_cache); iscsi_target_cleanup_module()

Completed in 119 milliseconds