Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c53 #define T_HASH_SIZE 8192 /* must be power of 2 */ macro
61 static struct tdirent *t_hashtable[T_HASH_SIZE];
64 #define T_HASH_INDEX(a) ((a) & (T_HASH_SIZE-1))