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