Searched refs:hashtbl (Results 1 – 1 of 1) sorted by relevance
413 struct generic_hash_head *hashtbl; in hashinit() local421 hashtbl = kheap_alloc(KHEAP_DEFAULT, hashsize * sizeof(*hashtbl), in hashinit()423 if (hashtbl != NULL) { in hashinit()426 return hashtbl; in hashinit()432 struct generic_hash_head *hashtbl = hash; in hashdestroy() local434 kheap_free(KHEAP_DEFAULT, hashtbl, (hashmask + 1) * sizeof(*hashtbl)); in hashdestroy()