Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c54 #define T_MUTEX_SIZE 64 macro
62 static kmutex_t t_hashmutex[T_MUTEX_SIZE];
65 #define T_MUTEX_INDEX(a) ((a) & (T_MUTEX_SIZE-1))
80 for (ix = 0; ix < T_MUTEX_SIZE; ix++) in tmpfs_hash_init()