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()
409 for (vh = mdi_vhci_head; vh != NULL; vh = vh->vh_next) { in mdi_vhci_register()468 mdi_vhci_tail->vh_next = vh; in mdi_vhci_register()514 for (found = mdi_vhci_head; found != NULL; found = found->vh_next) { in mdi_vhci_unregister()547 mdi_vhci_head = vh->vh_next; in mdi_vhci_unregister()549 prev->vh_next = vh->vh_next; in mdi_vhci_unregister()585 for (vh = mdi_vhci_head; vh != NULL; vh = vh->vh_next) { in i_mdi_vhci_class2vhci()9481 for (vh = mdi_vhci_head; vh != NULL; vh = vh->vh_next) { in mdi_clean_vhcache()9563 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