Lines Matching refs:hash_buckets
78 hlist_for_each_entry_rcu(node, &tbl->hash_buckets[i], list)
90 newtbl->hash_buckets = kzalloc(sizeof(struct hlist_head) * in mesh_table_alloc()
93 if (!newtbl->hash_buckets) { in mesh_table_alloc()
101 kfree(newtbl->hash_buckets); in mesh_table_alloc()
120 kfree(tbl->hash_buckets); in __mesh_table_free()
132 mesh_hash = tbl->hash_buckets; in mesh_table_free()
172 oldhash = oldtbl->hash_buckets; in mesh_table_grow()
182 hlist_for_each_safe(p, q, &newtbl->hash_buckets[i]) in mesh_table_grow()
342 bucket = &tbl->hash_buckets[mesh_table_hash(dst, sdata, tbl)]; in mpath_lookup()
553 bucket = &tbl->hash_buckets[hash_idx]; in mesh_path_add()
703 bucket = &tbl->hash_buckets[hash_idx]; in mpp_path_add()
898 bucket = &tbl->hash_buckets[hash_idx]; in mesh_path_del()
1065 &newtbl->hash_buckets[hash_idx]); in mesh_path_node_copy()