Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Diwpm_util.c139 struct hlist_head *hash_bucket_head = NULL; in iwpm_create_mapinfo() local
159 hash_bucket_head = get_mapinfo_hash_bucket( in iwpm_create_mapinfo()
162 if (hash_bucket_head) { in iwpm_create_mapinfo()
163 hlist_add_head(&map_info->hlist_node, hash_bucket_head); in iwpm_create_mapinfo()
169 if (!hash_bucket_head) in iwpm_create_mapinfo()
187 struct hlist_head *hash_bucket_head; in iwpm_remove_mapinfo() local
194 hash_bucket_head = get_mapinfo_hash_bucket( in iwpm_remove_mapinfo()
197 if (!hash_bucket_head) in iwpm_remove_mapinfo()
201 hash_bucket_head, hlist_node) { in iwpm_remove_mapinfo()
269 struct hlist_head *hash_bucket_head; in iwpm_add_remote_info() local
300 struct hlist_head *hash_bucket_head; iwpm_get_remote_info() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Diwpm_util.c111 struct hlist_head *hash_bucket_head = NULL; in iwpm_create_mapinfo() local
129 hash_bucket_head = get_mapinfo_hash_bucket( in iwpm_create_mapinfo()
132 if (hash_bucket_head) { in iwpm_create_mapinfo()
133 hlist_add_head(&map_info->hlist_node, hash_bucket_head); in iwpm_create_mapinfo()
139 if (!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()
239 struct hlist_head *hash_bucket_head; in iwpm_add_remote_info() local
270 struct hlist_head *hash_bucket_head; iwpm_get_remote_info() local
[all...]

Completed in 2 milliseconds