Searched refs:htab_size (Results 1 – 1 of 1) sorted by relevance
130 static unsigned long htab_size, htab_filled; variable166 htab_size = nel; in htab_create()171 htab_table = calloc(htab_size + 1, sizeof(htab_entry)); in htab_create()188 for (i = 0; i < htab_size; i++) { in htab_destroy()223 hval = r % htab_size; in htab_hash()237 hval2 = 1 + hval % (htab_size - 2); in htab_hash()242 idx = htab_size + idx - hval2; in htab_hash()259 if (htab_filled >= htab_size) { in htab_hash()260 usbi_err(NULL, "hash table is full (%d entries)", htab_size); in htab_hash()