Home
last modified time | relevance | path

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

/titanic_44/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); in tmpfs_hash_init()
94 t_hmtx = &t_hashmutex[T_MUTEX_INDEX(hash)]; in tmpfs_hash_in()
113 t_hmtx = &t_hashmutex[T_MUTEX_INDEX(hash)]; in tmpfs_hash_out()
133 t_hmtx = &t_hashmutex[T_MUTEX_INDEX(hash)]; in tmpfs_hash_change()
149 t_hmtx = &t_hashmutex[T_MUTEX_INDEX(hash)]; in tmpfs_hash_lookup()