Home
last modified time | relevance | path

Searched refs:attribute_container_unregister (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/include/linux/
Dattribute_container.h40 int __must_check attribute_container_unregister(struct attribute_container *cont);
Dtransport_class.h97 if (unlikely(attribute_container_unregister(&tc->ac))) in transport_container_unregister()
/linux-6.6.21/drivers/base/
Dattribute_container.c93 attribute_container_unregister(struct attribute_container *cont) in attribute_container_unregister() function
109 EXPORT_SYMBOL_GPL(attribute_container_unregister);
Dtransport_class.c115 if (unlikely(attribute_container_unregister(&atc->container))) in anon_transport_class_unregister()
/linux-6.6.21/drivers/scsi/
Draid_class.c246 BUG_ON(attribute_container_unregister(&i->r.raid_attrs.ac)); in raid_class_release()