Searched defs:hashtab (Results 1 – 2 of 2) sorted by relevance
32 struct hashtab { struct33 struct hashtab_node **htable; /* hash table */ argument48 int hashtab_init(struct hashtab *h, u32 nel_hint); argument
116 static struct item *hashtab[HASHSZ]; variable