Searched refs:hash_lock_map (Results 1 – 2 of 2) sorted by relevance
43 struct int_map *hash_lock_map; member
889 result = vdo_int_map_put(zone->hash_lock_map, hash_lock_key(new_lock), in acquire_lock()1929 removed = vdo_int_map_remove(zone->hash_lock_map, lock_key); in vdo_release_hash_lock()1933 VDO_ASSERT_LOG_ONLY(lock != vdo_int_map_get(zone->hash_lock_map, lock_key), in vdo_release_hash_lock()2354 result = vdo_int_map_create(VDO_LOCK_MAP_CAPACITY, &zone->hash_lock_map); in initialize_zone()2478 vdo_int_map_free(vdo_forget(zone->hash_lock_map)); in vdo_free_hash_zones()2786 if (zone->hash_lock_map == NULL) { in dump_hash_zone()2792 zone->zone_number, vdo_int_map_size(zone->hash_lock_map)); in dump_hash_zone()