Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c61 static struct tdirent *t_hashtable[T_HASH_SIZE]; variable
96 prevpp = &t_hashtable[T_HASH_INDEX(hash)]; in tmpfs_hash_in()
115 prevpp = &t_hashtable[T_HASH_INDEX(hash)]; in tmpfs_hash_out()
154 l = t_hashtable[T_HASH_INDEX(hash)]; in tmpfs_hash_lookup()