Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sendmail/db/db/
H A Ddb_dup.c532 __db_relink(dbc, add_rem, pagep, new_next, needlock) in __db_relink() argument
535 PAGE *pagep, **new_next;
604 if (new_next == NULL)
607 *new_next = np;
614 } else if (new_next != NULL)
615 *new_next = NULL;
/titanic_44/usr/src/uts/common/vm/
H A Dvm_usage.c802 vmu_bound_t *next, *new_next, *tmp; in vmu_update_bounds() local
806 new_next = new_first; in vmu_update_bounds()
824 while (new_next->vmb_end < next->vmb_start) in vmu_update_bounds()
825 new_next = AVL_NEXT(new_tree, new_next); in vmu_update_bounds()
826 ASSERT(new_next->vmb_type != VMUSAGE_BOUND_UNKNOWN); in vmu_update_bounds()
827 next->vmb_type = new_next->vmb_type; in vmu_update_bounds()
828 if (new_next->vmb_end < next->vmb_end) { in vmu_update_bounds()
832 tmp->vmb_start = new_next->vmb_end + 1; in vmu_update_bounds()
835 next->vmb_end = new_next->vmb_end; in vmu_update_bounds()