Searched refs:vhc (Results 1 – 1 of 1) sorted by relevance
7488 mdi_vhci_config_t *vhc; in setup_vhci_cache() local7493 vhc = kmem_zalloc(sizeof (mdi_vhci_config_t), KM_SLEEP); in setup_vhci_cache()7494 vh->vh_config = vhc; in setup_vhci_cache()7495 vhcache = &vhc->vhc_vhcache; in setup_vhci_cache()7497 vhc->vhc_vhcache_filename = vhclass2vhcache_filename(vh->vh_class); in setup_vhci_cache()7499 mutex_init(&vhc->vhc_lock, NULL, MUTEX_DEFAULT, NULL); in setup_vhci_cache()7500 cv_init(&vhc->vhc_cv, NULL, CV_DRIVER, NULL); in setup_vhci_cache()7539 vhc->vhc_vhcache_filename); in setup_vhci_cache()7545 vhc->vhc_cbid = callb_add(stop_vhcache_flush_thread, vhc, in setup_vhci_cache()7548 vhc->vhc_path_discovery_boot = mdi_path_discovery_boot; in setup_vhci_cache()[all …]