Home
last modified time | relevance | path

Searched defs:hash_zone (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/md/dm-vdo/
Ddedupe.h32 struct hash_zone { struct
34 zone_count_t zone_number;
37 struct admin_state state;
40 thread_id_t thread_id;
43 struct int_map *hash_lock_map;
46 struct list_head lock_pool;
70 struct hash_zones; argument
89 struct hash_zone * __must_check vdo_select_hash_zone(struct hash_zones *zones, argument
Ddata-vio.h221 struct hash_zone *hash_zone; member
/linux-6.12.1/tools/testing/selftests/net/
Dtcp_mmap.c105 void hash_zone(void *zone, unsigned int length) in hash_zone() function