Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/vm/
Duma_core.c207 int ubz_maxsize; /* Maximum allocation size per-item. */ member
396 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()