Searched defs:rehash_next (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dhashmap.c1037 bool rehash_next; local
1149 rehash_next = hashmap_put_robin_hood(h, optimal_idx, &swap);
1153 if (rehash_next)
1155 } while (rehash_next);

Completed in 223 milliseconds