Searched refs:vmb_start (Results 1 – 1 of 1) sorted by relevance
171 #define ISWITHIN(node, addr) ((node)->vmb_start <= addr && \184 pgcnt_t vmb_start; /* page offset in vnode/amp on which bound starts */ member316 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()[all …]