t10_pr_reg_cache  627 drivers/target/target_core_pr.c 	pr_reg = kmem_cache_zalloc(t10_pr_reg_cache, GFP_ATOMIC);
t10_pr_reg_cache  657 drivers/target/target_core_pr.c 			kmem_cache_free(t10_pr_reg_cache, pr_reg);
t10_pr_reg_cache  816 drivers/target/target_core_pr.c 		kmem_cache_free(t10_pr_reg_cache, pr_reg_tmp);
t10_pr_reg_cache  818 drivers/target/target_core_pr.c 	kmem_cache_free(t10_pr_reg_cache, pr_reg);
t10_pr_reg_cache  842 drivers/target/target_core_pr.c 	pr_reg = kmem_cache_zalloc(t10_pr_reg_cache, GFP_KERNEL);
t10_pr_reg_cache 1349 drivers/target/target_core_pr.c 		kmem_cache_free(t10_pr_reg_cache, pr_reg);
t10_pr_reg_cache 1423 drivers/target/target_core_pr.c 		kmem_cache_free(t10_pr_reg_cache, pr_reg);
t10_pr_reg_cache 1848 drivers/target/target_core_pr.c 			kmem_cache_free(t10_pr_reg_cache, pr_reg_tmp);
t10_pr_reg_cache 1851 drivers/target/target_core_pr.c 		kmem_cache_free(t10_pr_reg_cache, dest_pr_reg);
t10_pr_reg_cache 2818 drivers/target/target_core_pr.c 		kmem_cache_free(t10_pr_reg_cache, pr_reg);
t10_pr_reg_cache   57 drivers/target/target_core_pr.h extern struct kmem_cache *t10_pr_reg_cache;
t10_pr_reg_cache   46 drivers/target/target_core_transport.c struct kmem_cache *t10_pr_reg_cache;
t10_pr_reg_cache   76 drivers/target/target_core_transport.c 	t10_pr_reg_cache = kmem_cache_create("t10_pr_reg_cache",
t10_pr_reg_cache   79 drivers/target/target_core_transport.c 	if (!t10_pr_reg_cache) {
t10_pr_reg_cache  145 drivers/target/target_core_transport.c 	kmem_cache_destroy(t10_pr_reg_cache);
t10_pr_reg_cache  159 drivers/target/target_core_transport.c 	kmem_cache_destroy(t10_pr_reg_cache);