Searched refs:vh_next (Results 1 – 4 of 4) sorted by relevance
287 if (mdi_vhci_value->vh_next == NULL) { in vhciguid()290 temp = (uintptr_t)mdi_vhci_value->vh_next; in vhciguid()
278 mdb_printf("vh_next: %27l#r::print struct mdi_vhci\n", value.vh_next); in mdivhci()
408 for (vh = mdi_vhci_head; vh != NULL; vh = vh->vh_next) { in mdi_vhci_register()467 mdi_vhci_tail->vh_next = vh; in mdi_vhci_register()513 for (found = mdi_vhci_head; found != NULL; found = found->vh_next) { in mdi_vhci_unregister()546 mdi_vhci_head = vh->vh_next; in mdi_vhci_unregister()548 prev->vh_next = vh->vh_next; in mdi_vhci_unregister()584 for (vh = mdi_vhci_head; vh != NULL; vh = vh->vh_next) { in i_mdi_vhci_class2vhci()9493 for (vh = mdi_vhci_head; vh != NULL; vh = vh->vh_next) { in mdi_clean_vhcache()9575 for (vh = mdi_vhci_head; vh != NULL; vh = vh->vh_next) { in mdi_walk_vhcis()
266 struct mdi_vhci *vh_next; /* next vHCI link */ member