Home
last modified time | relevance | path

Searched refs:hash_table_bucket (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-clone-target.c67 struct hash_table_bucket;
95 struct hash_table_bucket *ht;
563 struct hash_table_bucket { struct
585 struct hash_table_bucket *bucket; in hash_table_init()
589 clone->ht = kvmalloc(sz * sizeof(struct hash_table_bucket), GFP_KERNEL); in hash_table_init()
608 static struct hash_table_bucket *get_hash_table_bucket(struct clone *clone, in get_hash_table_bucket()
619 static struct dm_clone_region_hydration *__hash_find(struct hash_table_bucket *bucket, in __hash_find()
637 static inline void __insert_region_hydration(struct hash_table_bucket *bucket, in __insert_region_hydration()
651 __find_or_insert_region_hydration(struct hash_table_bucket *bucket, in __find_or_insert_region_hydration()
709 struct hash_table_bucket *bucke in hydration_update_metadata()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-clone-target.c67 struct hash_table_bucket;
89 struct hash_table_bucket *ht;
557 struct hash_table_bucket { struct
579 struct hash_table_bucket *bucket; in hash_table_init()
583 clone->ht = kvmalloc_array(sz, sizeof(struct hash_table_bucket), GFP_KERNEL); in hash_table_init()
602 static struct hash_table_bucket *get_hash_table_bucket(struct clone *clone, in get_hash_table_bucket()
613 static struct dm_clone_region_hydration *__hash_find(struct hash_table_bucket *bucket, in __hash_find()
631 static inline void __insert_region_hydration(struct hash_table_bucket *bucket, in __insert_region_hydration()
645 __find_or_insert_region_hydration(struct hash_table_bucket *bucket, in __find_or_insert_region_hydration()
703 struct hash_table_bucket *bucke in hydration_update_metadata()
[all...]

Completed in 4 milliseconds