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

/linux-master/drivers/target/
H A Dtarget_core_user.c3154 static struct configfs_attribute **tcmu_attrs; variable in typeref:struct:configfs_attribute
3345 tcmu_attrs = kzalloc(len, GFP_KERNEL);
3346 if (!tcmu_attrs) {
3352 tcmu_attrs[i] = passthrough_attrib_attrs[i];
3354 tcmu_attrs[i++] = passthrough_pr_attrib_attrs[k];
3356 tcmu_attrs[i++] = tcmu_attrib_attrs[k];
3357 tcmu_ops.tb_dev_attrib_attrs = tcmu_attrs;
3366 kfree(tcmu_attrs);
3381 kfree(tcmu_attrs);

Completed in 290 milliseconds