Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmmapobj.c231 #define LIB_VA_SIZE 1024 macro
232 #define LIB_VA_MASK (LIB_VA_SIZE - 1)
235 #if (LIB_VA_SIZE & (LIB_VA_SIZE - 1))
239 static struct lib_va *lib_va_hash[LIB_VA_SIZE];
240 static kmutex_t lib_va_hash_mutex[LIB_VA_SIZE >> LIB_VA_MUTEX_SHIFT];