Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/vm/
H A Dvm_usage.c172 (node)->vmb_end >= addr ? 1 : 0)
185 pgcnt_t vmb_end; /* page offset in vnode/amp on which bound ends */ member
334 bound->vmb_end = 0; in vmu_free_bound()
589 bound->vmb_end = 0; in vmu_alloc_bound()
712 tmp->vmb_end = walker->vmb_start - 1; in vmu_insert_lookup_object_bounds()
716 tmp->vmb_end = end; in vmu_insert_lookup_object_bounds()
719 ret += tmp->vmb_end - tmp->vmb_start + 1; in vmu_insert_lookup_object_bounds()
744 tmp->vmb_start = (*last)->vmb_end + 1; in vmu_insert_lookup_object_bounds()
745 tmp->vmb_end = end; in vmu_insert_lookup_object_bounds()
747 ret += tmp->vmb_end - tmp->vmb_start + 1; in vmu_insert_lookup_object_bounds()
[all …]