Searched refs:nbuckets (Results 1 – 1 of 1) sorted by relevance
139 size_t nbuckets, in nested_bucket_table_alloc() argument146 if (nbuckets < (1 << (shift + 1))) in nested_bucket_table_alloc()161 tbl->nest = (ilog2(nbuckets) - 1) % shift + 1; in nested_bucket_table_alloc()167 size_t nbuckets, in bucket_table_alloc() argument175 tbl = kvzalloc(struct_size(tbl, buckets, nbuckets), gfp); in bucket_table_alloc()177 size = nbuckets; in bucket_table_alloc()180 tbl = nested_bucket_table_alloc(ht, nbuckets, gfp); in bucket_table_alloc()181 nbuckets = 0; in bucket_table_alloc()196 for (i = 0; i < nbuckets; i++) in bucket_table_alloc()