Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Danon.h329 #define ANON_LOCKSIZE 128 macro
341 ((uintptr_t)(amp) >> ANON_MAP_SHIFT)) & (ANON_LOCKSIZE - 1))
H A Dvm_anon.c133 pad_mutex_t anon_array_lock[ANON_LOCKSIZE];
134 kcondvar_t anon_array_cv[ANON_LOCKSIZE];
225 for (i = 0; i < ANON_LOCKSIZE; i++) { in anon_init()