Searched refs:_next_slot (Results 1 – 1 of 1) sorted by relevance
253 static struct dm_hash_node *_next_slot(struct dm_hash_table *t, unsigned s) in _next_slot() function266 return _next_slot(t, 0); in dm_hash_get_first()273 return n->next ? n->next : _next_slot(t, h + 1); in dm_hash_get_next()