Searched refs:next_ptr_offset (Results 1 – 2 of 2) sorted by relevance
36 int next_ptr_offset; member45 #define NEXT_ADDR(t, e) ((void *)(((unsigned long)(e)) + (t)->next_ptr_offset))59 hash_init(uint32_t table_size, int next_ptr_offset, in hash_init() argument85 t->next_ptr_offset = next_ptr_offset; in hash_init()92 t, next_ptr_offset, compare_func, hash_func)); in hash_init()
21 struct hash_table *hash_init(uint32_t table_size, int next_ptr_offset,