Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_drive.c575 static struct pln_cache *pln_cache_anchor = NULL; variable
592 p->next = pln_cache_anchor; in add_pln_cache()
593 pln_cache_anchor = p; in add_pln_cache()
605 for (p = pln_cache_anchor; p != NULL; p = p->next) { in find_pln_cache()
620 for (p = pln_cache_anchor; p != NULL; p = n) { in free_pln_cache()
626 pln_cache_anchor = NULL; in free_pln_cache()