Searched defs:anon_hash (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c143 struct anon **anon_hash; variable in typeref:struct:anon
232 anon_hash = (struct anon **)
263 ap->an_hash = anon_hash[index];
264 anon_hash[index] = ap;
274 for (app = &anon_hash[ANON_HASH(ap->an_vp, ap->an_off)];

Completed in 51 milliseconds