Searched refs:hash_buckets (Results 1 – 3 of 3) sorted by relevance
127 return reciprocal_scale(hash, tunnel->amt->hash_buckets); in amt_source_hash()204 return reciprocal_scale(hash, tunnel->amt->hash_buckets); in amt_group_hash()274 for (i = 0; i < amt->hash_buckets; i++) in amt_del_group()422 buckets = amt->hash_buckets; in amt_group_work()479 (sizeof(struct hlist_head) * amt->hash_buckets), in amt_add_group()492 for (i = 0; i < amt->hash_buckets; i++) in amt_add_group()1333 for (i = 0; i < amt->hash_buckets; i++) in amt_clear_groups()1366 for (i = 0; i < amt->hash_buckets; i++) { in amt_cleanup_srcs()1374 for (i = 0; i < amt->hash_buckets; i++) { in amt_cleanup_srcs()1524 for (i = 0; i < amt->hash_buckets; i++) { in amt_lookup_act_srcs()[all …]
337 u32 hash_buckets; member
193 unsigned int hash_buckets; in io_alloc_hash_table() local197 hash_buckets = 1U << bits; in io_alloc_hash_table()198 table->hbs = kvmalloc_objs(table->hbs[0], hash_buckets, in io_alloc_hash_table()208 for (i = 0; i < hash_buckets; i++) in io_alloc_hash_table()