Searched defs:T_MUTEX_INDEX (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c62 #define T_MUTEX_INDEX(a) ((a) & (T_MUTEX_SIZE-1)) macro
94 t_hmtx = &t_hashmutex[T_MUTEX_INDEX(hash)];
113 t_hmtx = &t_hashmutex[T_MUTEX_INDEX(hash)];
133 t_hmtx = &t_hashmutex[T_MUTEX_INDEX(hash)];
149 t_hmtx = &t_hashmutex[T_MUTEX_INDEX(hash)];

Completed in 45 milliseconds