Home
last modified time | relevance | path

Searched refs:hash_zone (Results 1 – 3 of 3) 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()
863 static int __must_check acquire_lock(struct hash_zone *zone, in acquire_lock()
946 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
/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()