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

/systemd/src/basic/
H A Dhashmap.c917 static bool hashmap_put_robin_hood(HashmapBase *h, unsigned idx, function
1012 assert_se(hashmap_put_robin_hood(h, idx, swap) == false);
1149 rehash_next = hashmap_put_robin_hood(h, optimal_idx, &swap);

Completed in 19 milliseconds