Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/
A Damt.c272 for (i = 0; i < amt->hash_buckets; i++) in amt_del_group()
420 buckets = amt->hash_buckets; in amt_group_work()
477 (sizeof(struct hlist_head) * amt->hash_buckets), in amt_add_group()
490 for (i = 0; i < amt->hash_buckets; i++) in amt_add_group()
1328 for (i = 0; i < amt->hash_buckets; i++) in amt_clear_groups()
1361 for (i = 0; i < amt->hash_buckets; i++) { in amt_cleanup_srcs()
1369 for (i = 0; i < amt->hash_buckets; i++) { in amt_cleanup_srcs()
1519 for (i = 0; i < amt->hash_buckets; i++) { in amt_lookup_act_srcs()
1542 for (i = 0; i < amt->hash_buckets; i++) { in amt_lookup_act_srcs()
2703 for (i = 0; i < amt->hash_buckets; i++) in amt_request_handler()
[all …]
/linux-6.3-rc2/net/core/
A Dneighbour.c242 np = &nht->hash_buckets[hash_val]; in neigh_remove_one()
383 struct neighbour __rcu **np = &nht->hash_buckets[i]; in neigh_flush_dev()
545 ret->hash_buckets = buckets; in neigh_hash_alloc()
558 struct neighbour __rcu **buckets = nht->hash_buckets; in neigh_hash_free_rcu()
599 new_nht->hash_buckets[hash], in neigh_hash_grow()
601 rcu_assign_pointer(new_nht->hash_buckets[hash], n); in neigh_hash_grow()
644 for (n = rcu_dereference_bh(nht->hash_buckets[hash_val]); in neigh_lookup_nodev()
742 rcu_assign_pointer(nht->hash_buckets[hash_val], n); in ___neigh_create()
999 np = &nht->hash_buckets[i]; in neigh_periodic_work()
3139 np = &nht->hash_buckets[chain]; in __neigh_for_each_release()
[all …]
/linux-6.3-rc2/include/net/
A Dneighbour.h193 struct neighbour __rcu **hash_buckets; member
307 for (n = rcu_dereference_bh(nht->hash_buckets[hash_val]); in ___neigh_lookup_noref()
A Damt.h337 u32 hash_buckets; member
/linux-6.3-rc2/io_uring/
A Dio_uring.c262 unsigned hash_buckets = 1U << bits; in io_alloc_hash_table() local
263 size_t hash_size = hash_buckets * sizeof(table->hbs[0]); in io_alloc_hash_table()
270 init_hash_table(table, hash_buckets); in io_alloc_hash_table()

Completed in 25 milliseconds