Lines Matching defs:bucket
73 struct bucket { struct
79 /** @next_hop: The biased offset of the next bucket in the hop list. */ argument
81 /** @key: The key stored in this bucket. */ argument
83 /** @value: The value stored in this bucket (NULL if empty). */ argument
91 * bucket array, we allocate a few more buckets at the end of the array instead, which is why argument
276 struct bucket *bucket = dereference_hop(neighborhood, next_hop); in insert_in_hop_list() local
323 static struct bucket *search_hop_list(struct bucket *bucket, u64 key, in search_hop_list()
423 find_empty_bucket(struct int_map *map, struct bucket *bucket, unsigned int max_probes) in find_empty_bucket()
461 struct bucket *bucket; in move_empty_bucket() local
525 struct bucket *bucket = search_hop_list(neighborhood, key, NULL); in update_mapping() local
607 struct bucket *neighborhood, *bucket; in vdo_int_map_put() local
674 struct bucket *bucket = select_bucket(map, key); in vdo_int_map_remove() local