Searched defs:cphci_list_size (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c7886 size_t cphci_list_size; local
7900 cphci_list_size = sizeof (mdi_vhcache_phci_t *) * nphcis;
7901 cphci_list = kmem_alloc(cphci_list_size, KM_SLEEP);
7914 kmem_free(cphci_list, cphci_list_size);

Completed in 64 milliseconds