Searched refs:search_hop_list (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/md/dm-vdo/ |
D | int-map.c | 324 static struct bucket *search_hop_list(struct int_map *map __always_unused, in search_hop_list() function 360 struct bucket *match = search_hop_list(map, select_bucket(map, key), key, NULL); in vdo_int_map_get() 531 struct bucket *bucket = search_hop_list(map, neighborhood, key, NULL); in update_mapping() 682 struct bucket *victim = search_hop_list(map, bucket, key, &previous); in vdo_int_map_remove()
|