Home
last modified time | relevance | path

Searched refs:table_size (Results 1 – 2 of 2) sorted by relevance

/fs/orangefs/
Ddevorangefs-req.c43 static int hash_func(__u64 tag, int table_size) in hash_func() argument
45 return do_div(tag, (unsigned int)table_size); in hash_func()
/fs/btrfs/
Draid56.c209 int table_size; in btrfs_alloc_stripe_hash_table() local
221 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()