Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c92 kmutex_t *t_hmtx; in tmpfs_hash_in() local
98 mutex_enter(t_hmtx); in tmpfs_hash_in()
101 mutex_exit(t_hmtx); in tmpfs_hash_in()
112 kmutex_t *t_hmtx; in tmpfs_hash_out() local
117 mutex_enter(t_hmtx); in tmpfs_hash_out()
121 mutex_exit(t_hmtx); in tmpfs_hash_out()
133 kmutex_t *t_hmtx; in tmpfs_hash_change() local
137 mutex_enter(t_hmtx); in tmpfs_hash_change()
139 mutex_exit(t_hmtx); in tmpfs_hash_change()
148 kmutex_t *t_hmtx; in tmpfs_hash_lookup() local
[all …]