Searched refs:ubz_maxsize (Results 1 – 1 of 1) sorted by relevance
243 int ubz_maxsize; /* Maximum allocation size per-item. */ member453 if (size > ubz->ubz_maxsize) in bucket_select()454 return MAX((ubz->ubz_maxsize * ubz->ubz_entries) / size, 1); in bucket_select()457 if (ubz->ubz_maxsize < size) in bucket_select()