Lines Matching refs:bucket
339 struct hlist_head *bucket; in mpath_lookup() local
342 bucket = &tbl->hash_buckets[mesh_table_hash(dst, sdata, tbl)]; in mpath_lookup()
343 hlist_for_each_entry_rcu(node, bucket, list) { in mpath_lookup()
534 struct hlist_head *bucket; in mesh_path_add() local
553 bucket = &tbl->hash_buckets[hash_idx]; in mesh_path_add()
557 hlist_for_each_entry(node, bucket, list) { in mesh_path_add()
586 hlist_add_head_rcu(&new_node->list, bucket); in mesh_path_add()
668 struct hlist_head *bucket; in mpp_path_add() local
703 bucket = &tbl->hash_buckets[hash_idx]; in mpp_path_add()
708 hlist_for_each_entry(node, bucket, list) { in mpp_path_add()
715 hlist_add_head_rcu(&new_node->list, bucket); in mpp_path_add()
891 struct hlist_head *bucket; in mesh_path_del() local
898 bucket = &tbl->hash_buckets[hash_idx]; in mesh_path_del()
901 hlist_for_each_entry(node, bucket, list) { in mesh_path_del()