Searched refs:imp_zombie_chain (Results 1 – 2 of 2) sorted by relevance
978 LASSERT(list_empty(&imp->imp_zombie_chain)); in class_import_put()1016 INIT_LIST_HEAD(&imp->imp_zombie_chain); in class_new_import()1578 imp_zombie_chain); in obd_zombie_impexp_cull()1579 list_del_init(&import->imp_zombie_chain); in obd_zombie_impexp_cull()1658 LASSERT(list_empty(&imp->imp_zombie_chain)); in obd_zombie_import_add()1660 list_add(&imp->imp_zombie_chain, &obd_zombie_imports); in obd_zombie_import_add()
171 struct list_head imp_zombie_chain; member