Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c62 static kmutex_t t_hashmutex[T_MUTEX_SIZE]; variable
81 mutex_init(&t_hashmutex[ix], NULL, MUTEX_DEFAULT, NULL); in tmpfs_hash_init()
97 t_hmtx = &t_hashmutex[T_MUTEX_INDEX(hash)]; in tmpfs_hash_in()
116 t_hmtx = &t_hashmutex[T_MUTEX_INDEX(hash)]; in tmpfs_hash_out()
136 t_hmtx = &t_hashmutex[T_MUTEX_INDEX(hash)]; in tmpfs_hash_change()
152 t_hmtx = &t_hashmutex[T_MUTEX_INDEX(hash)]; in tmpfs_hash_lookup()