Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/vm/
H A Danon.h129 extern size_t anon_hash_size;
132 #define ANON_HASH_SIZE anon_hash_size
147 (anon_hash_size - 1))
H A Dvm_anon.c141 size_t anon_hash_size; variable
205 anon_hash_size = 1L << anon_hash_shift; in anon_init()
233 kmem_zalloc(sizeof (struct anon *) * anon_hash_size, KM_SLEEP); in anon_init()