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

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