Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dsunmdi.c7696 mdi_vhcache_pathinfo_t *newcpi) in enqueue_vhcache_pathinfo() argument
7701 (newcpi->cpi_flags & MDI_CPI_HINT_PATH_DOES_NOT_EXIST)) in enqueue_vhcache_pathinfo()
7702 enqueue_tail_vhcache_pathinfo(cct, newcpi); in enqueue_vhcache_pathinfo()
7710 cct->cct_cpi_head = newcpi; in enqueue_vhcache_pathinfo()
7712 prev_cpi->cpi_next = newcpi; in enqueue_vhcache_pathinfo()
7714 newcpi->cpi_next = cpi; in enqueue_vhcache_pathinfo()
7717 cct->cct_cpi_tail = newcpi; in enqueue_vhcache_pathinfo()