Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Danon.h149 #define AH_LOCK_SIZE (2 << NCPU_LOG2) macro
153 (AH_LOCK_SIZE - 1))].pad_mutex)
H A Dvm_anon.c158 (AH_LOCK_SIZE - 1))].pad_mutex)
213 tmp = kmem_zalloc((2 * AH_LOCK_SIZE * sizeof (pad_mutex_t)) + 63, in anon_init()
216 anonpages_hash_lock = anonhash_lock + AH_LOCK_SIZE; in anon_init()
218 for (i = 0; i < AH_LOCK_SIZE; i++) { in anon_init()
H A Dvm_swap.c1486 (AH_LOCK_SIZE - 1)].pad_mutex; in swapdel()