Searched refs:typ_chain (Results 1 – 2 of 2) sorted by relevance
98 type = list_entry(tmp, struct obd_type, typ_chain); in class_search_type()213 list_add(&type->typ_chain, &obd_types); in class_register_type()257 list_del(&type->typ_chain); in class_unregister_type()
170 struct list_head typ_chain; member