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

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c59 static kmutex_t t_hashmutex[T_MUTEX_SIZE]; variable
78 mutex_init(&t_hashmutex[ix], NULL, MUTEX_DEFAULT, NULL);
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 59 milliseconds