Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Duma_core.c240 int ubz_maxsize; /* Maximum allocation size per-item. */ member
449 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()