Searched refs:bucket_move_entry (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/basic/ |
D | hashmap.c | 462 static void bucket_move_entry(HashmapBase *h, struct swap_entries *swap, in bucket_move_entry() function 566 bucket_move_entry(h, NULL, left, prev); in base_remove_entry() 966 bucket_move_entry(h, swap, idx, IDX_TMP); in hashmap_put_robin_hood() 972 bucket_move_entry(h, swap, IDX_PUT, idx); in hashmap_put_robin_hood() 974 bucket_move_entry(h, swap, IDX_TMP, IDX_PUT); in hashmap_put_robin_hood() 988 bucket_move_entry(h, swap, idx, IDX_TMP); in hashmap_put_robin_hood() 989 bucket_move_entry(h, swap, IDX_PUT, idx); in hashmap_put_robin_hood() 990 bucket_move_entry(h, swap, IDX_TMP, IDX_PUT); in hashmap_put_robin_hood() 1176 bucket_move_entry(h, &swap, idx, IDX_PUT); in resize_buckets()
|