Searched defs:new_last (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_usage.c778 * new_tree: avl_tree in which new_first and new_last hang.
780 * new_first, new_last: list of continuous bounds, of which none are of
787 * the list (new_first, new_last).
790 * (new_first, new_last), it will be split into multiple bounds.
800 avl_tree_t *new_tree, vmu_bound_t *new_first, vmu_bound_t *new_last)
815 (*last)->vmb_end <= new_last->vmb_end);
799 vmu_update_bounds(avl_tree_t *tree, vmu_bound_t **first, vmu_bound_t **last, avl_tree_t *new_tree, vmu_bound_t *new_first, vmu_bound_t *new_last) argument

Completed in 62 milliseconds