Searched refs:hash_bucket_head (Results 1 – 1 of 1) sorted by relevance
139 struct hlist_head *hash_bucket_head = NULL; in iwpm_create_mapinfo() local159 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() local194 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[all …]