Home
last modified time | relevance | path

Searched refs:hash_zone (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Ddedupe.c299 struct hash_zone zones[];
309 static inline struct hash_zone *as_hash_zone(struct vdo_completion *completion) in as_hash_zone()
312 return container_of(completion, struct hash_zone, completion); in as_hash_zone()
321 static inline void assert_in_hash_zone(struct hash_zone *zone, const char *name) in assert_in_hash_zone()
332 static inline bool change_timer_state(struct hash_zone *zone, int old, int new) in change_timer_state()
342 static void return_hash_lock_to_pool(struct hash_zone *zone, struct hash_lock *lock) in return_hash_lock_to_pool()
441 VDO_ASSERT_LOG_ONLY(data_vio->hash_zone != NULL, in set_hash_lock()
718 struct hash_zone *zone = context->zone; in release_context()
862 static int __must_check acquire_lock(struct hash_zone *zone, in acquire_lock()
945 result = acquire_lock(new_agent->hash_zone, &new_agent->record_name, old_lock, in fork_hash_lock()
[all …]
H A Ddedupe.h21 struct hash_zone *zone;
32 struct hash_zone { struct
89 struct hash_zone * __must_check vdo_select_hash_zone(struct hash_zones *zones, argument
H A Ddata-vio.h221 struct hash_zone *hash_zone; member
371 thread_id_t expected = data_vio->hash_zone->thread_id; in assert_data_vio_in_hash_zone()
386 data_vio->hash_zone->thread_id); in set_data_vio_hash_zone_callback()
H A Ddata-vio.c1848 data_vio->hash_zone = vdo_select_hash_zone(vdo_from_data_vio(data_vio)->hash_zones, in hash_data_vio()
/linux/tools/testing/selftests/net/
H A Dtcp_mmap.c105 void hash_zone(void *zone, unsigned int length) in hash_zone() function
237 hash_zone(addr, zc.length); in child_thread()
252 hash_zone(buffer, lu); in child_thread()
271 hash_zone(buffer + sub, lu); in child_thread()