tcmu_attrs       2609 drivers/target/target_core_user.c static struct configfs_attribute **tcmu_attrs;
tcmu_attrs       2764 drivers/target/target_core_user.c 	tcmu_attrs = kzalloc(len, GFP_KERNEL);
tcmu_attrs       2765 drivers/target/target_core_user.c 	if (!tcmu_attrs) {
tcmu_attrs       2771 drivers/target/target_core_user.c 		tcmu_attrs[i] = passthrough_attrib_attrs[i];
tcmu_attrs       2774 drivers/target/target_core_user.c 		tcmu_attrs[i] = tcmu_attrib_attrs[k];
tcmu_attrs       2777 drivers/target/target_core_user.c 	tcmu_ops.tb_dev_attrib_attrs = tcmu_attrs;
tcmu_attrs       2786 drivers/target/target_core_user.c 	kfree(tcmu_attrs);
tcmu_attrs       2801 drivers/target/target_core_user.c 	kfree(tcmu_attrs);