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

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c58 static struct tdirent *t_hashtable[T_HASH_SIZE]; variable in typeref:struct:tdirent
93 prevpp = &t_hashtable[T_HASH_INDEX(hash)];
112 prevpp = &t_hashtable[T_HASH_INDEX(hash)];
151 l = t_hashtable[T_HASH_INDEX(hash)];

Completed in 58 milliseconds