Searched refs:vhcache (Results 1 – 1 of 1) sorted by relevance
7478 mdi_vhci_cache_t *vhcache; in setup_vhci_cache() local7484 vhcache = &vhc->vhc_vhcache; in setup_vhci_cache()7491 rw_init(&vhcache->vhcache_lock, NULL, RW_DRIVER, NULL); in setup_vhci_cache()7497 vhcache->vhcache_client_hash = mod_hash_create_extended(vh->vh_class, in setup_vhci_cache()7522 rw_enter(&vhcache->vhcache_lock, RW_WRITER); in setup_vhci_cache()7523 if (mainnvl_to_vhcache(vhcache, nvl) == MDI_SUCCESS) in setup_vhci_cache()7524 vhcache->vhcache_flags |= MDI_VHCI_CACHE_SETUP_DONE; in setup_vhci_cache()7530 rw_exit(&vhcache->vhcache_lock); in setup_vhci_cache()7548 mdi_vhci_cache_t *vhcache = &vhc->vhc_vhcache; in destroy_vhci_cache() local7559 mod_hash_destroy_strhash(vhcache->vhcache_client_hash); in destroy_vhci_cache()[all …]