Searched defs:hash_zone (Results 1 – 3 of 3) sorted by relevance
32 struct hash_zone { struct34 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; argument89 struct hash_zone * __must_check vdo_select_hash_zone(struct hash_zones *zones, argument
221 struct hash_zone *hash_zone; member
105 void hash_zone(void *zone, unsigned int length) in hash_zone() function