Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c7707 mdi_vhcache_pathinfo_t *newcpi) in enqueue_vhcache_pathinfo() argument
7712 (newcpi->cpi_flags & MDI_CPI_HINT_PATH_DOES_NOT_EXIST)) in enqueue_vhcache_pathinfo()
7713 enqueue_tail_vhcache_pathinfo(cct, newcpi); in enqueue_vhcache_pathinfo()
7721 cct->cct_cpi_head = newcpi; in enqueue_vhcache_pathinfo()
7723 prev_cpi->cpi_next = newcpi; in enqueue_vhcache_pathinfo()
7725 newcpi->cpi_next = cpi; in enqueue_vhcache_pathinfo()
7728 cct->cct_cpi_tail = newcpi; in enqueue_vhcache_pathinfo()