Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dsubr_extent.c614 u_long newstart, newend, exend, beststart, bestovh, ovh; in extent_do_alloc() local
669 bestovh = 0; in extent_do_alloc()
795 if ((bestovh == 0) || (ovh < bestovh)) { in extent_do_alloc()
796 bestovh = ovh; in extent_do_alloc()
890 if ((bestovh == 0) || (ovh < bestovh)) { in extent_do_alloc()
891 bestovh = ovh; in extent_do_alloc()
911 if (((flags & EX_FAST) == 0) && (bestovh != 0)) { in extent_do_alloc()