Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/core/
Diwpm_util.c120 struct hlist_head *hash_bucket_head; in iwpm_create_mapinfo() local
140 hash_bucket_head = get_mapinfo_hash_bucket( in iwpm_create_mapinfo()
143 if (hash_bucket_head) { in iwpm_create_mapinfo()
144 hlist_add_head(&map_info->hlist_node, hash_bucket_head); in iwpm_create_mapinfo()
157 struct hlist_head *hash_bucket_head; in iwpm_remove_mapinfo() local
164 hash_bucket_head = get_mapinfo_hash_bucket( in iwpm_remove_mapinfo()
167 if (!hash_bucket_head) in iwpm_remove_mapinfo()
171 hash_bucket_head, hlist_node) { in iwpm_remove_mapinfo()
240 struct hlist_head *hash_bucket_head; in iwpm_add_remote_info() local
245 hash_bucket_head = get_reminfo_hash_bucket( in iwpm_add_remote_info()
[all …]