Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_usage.c183 struct vmu_bound *vmb_next; /* NULL in tree else on free or temp list */ member
332 bound->vmb_next = vmu_data.vmu_free_bounds; in vmu_free_bound()
582 vmu_data.vmu_free_bounds->vmb_next; in vmu_alloc_bound()
587 bound->vmb_next = NULL; in vmu_alloc_bound()
1247 last->vmb_next = cur; in vmu_calculate_seg()
1438 cur = cur->vmb_next; in vmu_calculate_seg()
1583 vmu_data.vmu_free_bounds = vmu_data.vmu_free_bounds->vmb_next; in vmu_free_extra()