Searched refs:hash_buckets (Results 1 – 3 of 3) sorted by relevance
125 return reciprocal_scale(hash, tunnel->amt->hash_buckets); in amt_source_hash() 202 return reciprocal_scale(hash, tunnel->amt->hash_buckets); in amt_group_hash() 272 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() 1331 for (i = 0; i < amt->hash_buckets; i++) in amt_clear_groups() 1364 for (i = 0; i < amt->hash_buckets; i++) { in amt_cleanup_srcs() 1372 for (i = 0; i < amt->hash_buckets; i++) { in amt_cleanup_srcs() 1522 for (i = 0; i < amt->hash_buckets; in amt_lookup_act_srcs() [all...]
337 u32 hash_buckets; member
267 unsigned int hash_buckets; in io_alloc_hash_table() local 271 hash_buckets = 1U << bits; in io_alloc_hash_table() 272 table->hbs = kvmalloc_array(hash_buckets, sizeof(table->hbs[0]), in io_alloc_hash_table() 282 for (i = 0; i < hash_buckets; i++) in io_alloc_hash_table()