Searched refs:HASHTABLE (Results 1 – 8 of 8) sorted by relevance
110 #define HASHTABLE Hash_table_t macro
43 HASHTABLE = 0x4, enumerator
1224 FRUTREE_DEBUG0(HASHTABLE, "hash_init begin"); in hash_init()1281 FRUTREE_DEBUG0(HASHTABLE, "hash_add_entry : begin"); in hash_add_entry()1299 if (frutree_debug & HASHTABLE) { in hash_add_entry()1303 FRUTREE_DEBUG1(HASHTABLE, "added node: %llx", nodeid); in hash_add_entry()1361 if (frutree_debug & HASHTABLE) { in hash_remove_entry()1365 FRUTREE_DEBUG1(HASHTABLE, "removed node: %llx", in hash_remove_entry()1390 FRUTREE_DEBUG1(HASHTABLE, "hash_lookup begin: %llx", hdl); in hash_lookup_entry()
119 #define HASHTABLE Hash_table_t macro
121 #define HASHTABLE 31 macro305 static state_t *tzcache[HASHTABLE];521 return ((int)(h % HASHTABLE)); in get_hashid()2362 for (hashid = 0; hashid < HASHTABLE; hashid++) { in purge_zone_cache()