Searched refs:table_size (Results 1 – 2 of 2) sorted by relevance
43 static int hash_func(__u64 tag, int table_size) in hash_func() argument45 return do_div(tag, (unsigned int)table_size); in hash_func()
209 int table_size; in btrfs_alloc_stripe_hash_table() local221 table_size = sizeof(*table) + sizeof(*h) * num_entries; in btrfs_alloc_stripe_hash_table()222 table = kvzalloc(table_size, GFP_KERNEL); in btrfs_alloc_stripe_hash_table()