Home
last modified time | relevance | path

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

/linux/include/net/
H A Damt.h337 u32 hash_buckets; member
/linux/io_uring/
H A Dio_uring.c254 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()