Home
last modified time | relevance | path

Searched refs:vmm_ptp_hash (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_sol_glue.c144 static mod_hash_t *vmm_ptp_hash; variable
160 vmm_ptp_hash = mod_hash_create_ptrhash("vmm_ptp_hash", in vmm_ptp_init()
163 VERIFY(vmm_ptp_hash != NULL); in vmm_ptp_init()
179 mod_hash_walk(vmm_ptp_hash, vmm_ptp_check, NULL); in vmm_ptp_cleanup()
180 mod_hash_destroy_ptrhash(vmm_ptp_hash); in vmm_ptp_cleanup()
200 VERIFY(mod_hash_insert(vmm_ptp_hash, in vmm_ptp_alloc()
211 VERIFY(mod_hash_destroy(vmm_ptp_hash, in vmm_ptp_free()