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

/opensolaris-onvv-gate/usr/src/uts/common/vm/
H A Danon.h327 #define ANON_ARRAY_SHIFT 7 /* log2(ANON_LOCKSIZE) */
328 #define ANON_LOCKSIZE 128 macro
340 ((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++) {

Completed in 43 milliseconds