Searched refs:hash_table_bucket (Results 1 – 1 of 1) sorted by relevance
67 struct hash_table_bucket;90 struct hash_table_bucket *ht;544 struct hash_table_bucket { struct560 struct hash_table_bucket *bucket; in hash_table_init() argument564 clone->ht = kvmalloc(sz * sizeof(struct hash_table_bucket), GFP_KERNEL); in hash_table_init()583 static struct hash_table_bucket *get_hash_table_bucket(struct clone *clone, in get_hash_table_bucket()594 static struct dm_clone_region_hydration *__hash_find(struct hash_table_bucket *bucket, in __hash_find()612 static inline void __insert_region_hydration(struct hash_table_bucket *bucket, in __insert_region_hydration()626 __find_or_insert_region_hydration(struct hash_table_bucket *bucket, in __find_or_insert_region_hydration()684 struct hash_table_bucket *bucket; in hydration_update_metadata()[all …]