Searched defs:hashtab (Results 1 – 2 of 2) sorted by relevance
21 struct hashtab { struct22 struct hashtab_node **htable; /* hash table */ argument25 u32 (*hash_value)(struct hashtab *h, const void *key); argument27 int (*keycmp)(struct hashtab *h, const void *key1, const void *key2); argument
149 static struct item *hashtab[HASHSZ]; variable