Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c7562 mdi_vhcache_pathinfo_t *cpi, *cpi_next; in destroy_vhci_cache() local
7581 cpi_next = cpi->cpi_next; in destroy_vhci_cache()
7691 cpi->cpi_next = NULL; in enqueue_tail_vhcache_pathinfo()
7695 cct->cct_cpi_tail->cpi_next = cpi; in enqueue_tail_vhcache_pathinfo()
7717 prev_cpi = cpi, cpi = cpi->cpi_next) in enqueue_vhcache_pathinfo()
7723 prev_cpi->cpi_next = newcpi; in enqueue_vhcache_pathinfo()
7725 newcpi->cpi_next = cpi; in enqueue_vhcache_pathinfo()
8273 cpi = cpi->cpi_next) { in vhcache_pi_remove()
8707 mdi_vhcache_pathinfo_t *cpi, *cpi_next, *cpi_head; in sort_vhcache_paths() local
8712 cpi_next = cpi->cpi_next; in sort_vhcache_paths()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h1002 struct mdi_vhcache_pathinfo *cpi_next; /* next path for the client */ member