Home
last modified time | relevance | path

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

/illumos-gate/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.c140 size_t anon_hash_size; variable
204 anon_hash_size = 1L << anon_hash_shift; in anon_init()
232 kmem_zalloc(sizeof (struct anon *) * anon_hash_size, KM_SLEEP); in anon_init()