Searched refs:steps_used (Results 1 – 1 of 1) sorted by relevance
257 unsigned int steps_used, steps_total; in hash_del() local280 steps_used = bucket->used / hash->step; in hash_del()282 if (steps_used + 1 < steps_total) { in hash_del()283 size_t size = (steps_used + 1) * in hash_del()288 bucket->total = (steps_used + 1) * hash->step; in hash_del()