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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_usage.c179 * together off of vmb_next.
183 struct vmu_bound *vmb_next; /* NULL in tree else on free or temp list */ member in struct:vmu_bound
332 bound->vmb_next = vmu_data.vmu_free_bounds;
582 vmu_data.vmu_free_bounds->vmb_next;
587 bound->vmb_next = NULL;
1245 last->vmb_next = cur;
1436 cur = cur->vmb_next;
1580 vmu_data.vmu_free_bounds = vmu_data.vmu_free_bounds->vmb_next;

Completed in 62 milliseconds