Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsubr_extent.c623 u_long newstart, newend, exend, beststart, bestovh, ovh; in extent_alloc_subregion1() local
706 bestovh = 0; in extent_alloc_subregion1()
834 if ((bestovh == 0) || (ovh < bestovh)) { in extent_alloc_subregion1()
835 bestovh = ovh; in extent_alloc_subregion1()
929 if ((bestovh == 0) || (ovh < bestovh)) { in extent_alloc_subregion1()
930 bestovh = ovh; in extent_alloc_subregion1()
950 if (((flags & EX_FAST) == 0) && (bestovh != 0)) { in extent_alloc_subregion1()