Searched refs:hash_bucket_head (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/infiniband/core/
H A Diwpm_util.c122 struct hlist_head *hash_bucket_head; iwpm_create_mapinfo() local
142 hash_bucket_head = get_mapinfo_hash_bucket( iwpm_create_mapinfo()
145 if (hash_bucket_head) { iwpm_create_mapinfo()
146 hlist_add_head(&map_info->hlist_node, hash_bucket_head); iwpm_create_mapinfo()
159 struct hlist_head *hash_bucket_head; iwpm_remove_mapinfo() local
166 hash_bucket_head = get_mapinfo_hash_bucket( iwpm_remove_mapinfo()
169 if (!hash_bucket_head) iwpm_remove_mapinfo()
173 hash_bucket_head, hlist_node) { hlist_for_each_entry_safe()
242 struct hlist_head *hash_bucket_head; iwpm_add_remote_info() local
247 hash_bucket_head = get_reminfo_hash_bucket( iwpm_add_remote_info()
250 if (hash_bucket_head) iwpm_add_remote_info()
251 hlist_add_head(&rem_info->hlist_node, hash_bucket_head); iwpm_add_remote_info()
262 struct hlist_head *hash_bucket_head; iwpm_get_remote_info() local
273 hash_bucket_head = get_reminfo_hash_bucket( iwpm_get_remote_info()
276 if (!hash_bucket_head) iwpm_get_remote_info()
279 hash_bucket_head, hlist_node) { hlist_for_each_entry_safe()

Completed in 49 milliseconds