Searched refs:hash_buckets (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/net/
H A Damt.h337 u32 hash_buckets; member in struct:amt_dev
H A Dneighbour.h193 struct neighbour __rcu **hash_buckets; member in struct:neigh_hash_table
307 for (n = rcu_dereference(nht->hash_buckets[hash_val]);
/linux-master/net/core/
H A Dneighbour.c242 np = &nht->hash_buckets[hash_val];
391 struct neighbour __rcu **np = &nht->hash_buckets[i];
553 ret->hash_buckets = buckets;
566 struct neighbour __rcu **buckets = nht->hash_buckets;
594 for (n = rcu_dereference_protected(old_nht->hash_buckets[i],
607 new_nht->hash_buckets[hash],
609 rcu_assign_pointer(new_nht->hash_buckets[hash], n);
696 for (n1 = rcu_dereference_protected(nht->hash_buckets[hash_val],
717 rcu_dereference_protected(nht->hash_buckets[hash_val],
719 rcu_assign_pointer(nht->hash_buckets[hash_va
[all...]
/linux-master/drivers/net/
H A Damt.c125 return reciprocal_scale(hash, tunnel->amt->hash_buckets);
202 return reciprocal_scale(hash, tunnel->amt->hash_buckets);
272 for (i = 0; i < amt->hash_buckets; i++)
420 buckets = amt->hash_buckets;
477 (sizeof(struct hlist_head) * amt->hash_buckets),
490 for (i = 0; i < amt->hash_buckets; i++)
1328 for (i = 0; i < amt->hash_buckets; i++)
1361 for (i = 0; i < amt->hash_buckets; i++) {
1369 for (i = 0; i < amt->hash_buckets; i++) {
1519 for (i = 0; i < amt->hash_buckets;
[all...]
/linux-master/io_uring/
H A Dio_uring.c271 unsigned hash_buckets = 1U << bits; local
272 size_t hash_size = hash_buckets * sizeof(table->hbs[0]);
279 init_hash_table(table, hash_buckets);

Completed in 215 milliseconds