Searched refs:hash_buckets (Results 1 – 2 of 2) sorted by relevance
337 u32 hash_buckets; member
254 unsigned int hash_buckets; in io_alloc_hash_table() local 258 hash_buckets = 1U << bits; in io_alloc_hash_table() 259 table->hbs = kvmalloc_array(hash_buckets, sizeof(table->hbs[0]), in io_alloc_hash_table() 269 for (i = 0; i < hash_buckets; i++) in io_alloc_hash_table()