Lines Matching refs:lbound
1537 vm_map_entry_t cur, header, lbound, ubound; in vm_map_lookup_entry() local
1584 lbound = ubound = header; in vm_map_lookup_entry()
1589 if (cur == lbound) in vm_map_lookup_entry()
1592 lbound = cur; in vm_map_lookup_entry()
1601 *entry = lbound; in vm_map_lookup_entry()
5271 vm_map_entry_t cur, header, lbound, ubound; in _vm_map_assert_consistent() local
5297 lbound = ubound = header; in _vm_map_assert_consistent()
5302 KASSERT(cur != lbound, in _vm_map_assert_consistent()
5306 lbound = cur; in _vm_map_assert_consistent()
5318 max_left = vm_map_entry_max_free_left(entry, lbound); in _vm_map_assert_consistent()