Lines Matching refs:vmb_start
171 #define ISWITHIN(node, addr) ((node)->vmb_start <= addr && \
184 pgcnt_t vmb_start; /* page offset in vnode/amp on which bound starts */ member
316 if (bound1->vmb_start == bound2->vmb_start) { in bounds_cmp()
319 if (bound1->vmb_start < bound2->vmb_start) { in bounds_cmp()
333 bound->vmb_start = 0; in vmu_free_bound()
588 bound->vmb_start = 0; in vmu_alloc_bound()
677 tmp->vmb_start = start; in vmu_insert_lookup_object_bounds()
710 if (walker != NULL && walker->vmb_start <= end) { in vmu_insert_lookup_object_bounds()
712 tmp->vmb_end = walker->vmb_start - 1; in vmu_insert_lookup_object_bounds()
719 ret += tmp->vmb_end - tmp->vmb_start + 1; in vmu_insert_lookup_object_bounds()
741 if (walker == NULL || walker->vmb_start > end) { in vmu_insert_lookup_object_bounds()
744 tmp->vmb_start = (*last)->vmb_end + 1; in vmu_insert_lookup_object_bounds()
747 ret += tmp->vmb_end - tmp->vmb_start + 1; in vmu_insert_lookup_object_bounds()
752 if ((*last)->vmb_end + 1 != walker->vmb_start) { in vmu_insert_lookup_object_bounds()
755 tmp->vmb_start = (*last)->vmb_end + 1; in vmu_insert_lookup_object_bounds()
756 tmp->vmb_end = walker->vmb_start - 1; in vmu_insert_lookup_object_bounds()
758 ret += tmp->vmb_end - tmp->vmb_start + 1; in vmu_insert_lookup_object_bounds()
813 (*first)->vmb_start >= new_first->vmb_start); in vmu_update_bounds()
824 while (new_next->vmb_end < next->vmb_start) in vmu_update_bounds()
832 tmp->vmb_start = new_next->vmb_end + 1; in vmu_update_bounds()
839 rss += next->vmb_end - next->vmb_start + 1; in vmu_update_bounds()
843 rss += next->vmb_end - next->vmb_start + 1; in vmu_update_bounds()
870 if ((current->vmb_end + 1) == next->vmb_start && in vmu_merge_bounds()
922 index = next->vmb_start; in vmu_amp_update_incore_bounds()
959 tmp->vmb_start = index; in vmu_amp_update_incore_bounds()
1013 index = next->vmb_start; in vmu_vnode_update_incore_bounds()
1046 tmp->vmb_start = index; in vmu_vnode_update_incore_bounds()
1240 cur->vmb_start = s_index; in vmu_calculate_seg()
1360 first->vmb_start = s_start; in vmu_calculate_seg()
1372 cur->vmb_start, cur->vmb_end, VMUSAGE_BOUND_UNKNOWN, in vmu_calculate_seg()
1405 entity_object, cur->vmb_start, cur->vmb_end, in vmu_calculate_seg()