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