Home
last modified time | relevance | path

Searched refs:steps_total (Results 1 – 1 of 1) sorted by relevance

/external/kmod/shared/
Dhash.c257 unsigned int steps_used, steps_total; in hash_del() local
281 steps_total = bucket->total / hash->step; in hash_del()
282 if (steps_used + 1 < steps_total) { in hash_del()