Searched refs:an_hash (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/vm/
H A Danon.h68 * an_hash is a hash list of anon slots. The list is hashed by
90 struct anon *an_hash; /* hash table of anon slots */ member in struct:anon
H A Dvm_swap.c361 for (ap = anon_hash[ANON_HASH(vp, off)]; ap != NULL; ap = ap->an_hash) {
1462 for (ap = *app; ap != NULL; ap = ap->an_hash) {
H A Dvm_anon.c262 ap->an_hash = anon_hash[index];
274 *app; app = &((*app)->an_hash)) {
276 *app = ap->an_hash;

Completed in 98 milliseconds