Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/inc/
H A Dtdb_agent.h202 #define TDB_HASH_SHIFT 15 /* 32K hash table entries */ macro
203 #define TDB_HASH_SIZE (1 << TDB_HASH_SHIFT)
/titanic_41/usr/src/lib/libc/port/threads/
H A Dtdb_agent.c104 #if TDB_HASH_SHIFT != 15