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