Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c64 #define T_HASH_INDEX(a) ((a) & (T_HASH_SIZE-1)) macro
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()