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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_usage.c187 } vmu_bound_t; typedef in typeref:struct:vmu_bound
291 vmu_bound_t *vmu_free_bounds;
313 const vmu_bound_t *bound1 = bnd1;
314 const vmu_bound_t *bound2 = bnd2;
330 vmu_free_bound(vmu_bound_t *bound)
347 vmu_bound_t *bound;
443 sizeof (vmu_bound_t), 0, NULL, NULL, NULL, NULL, NULL, 0);
566 avl_create(&(object->vmo_bounds), bounds_cmp, sizeof (vmu_bound_t), 0);
574 static vmu_bound_t *
577 vmu_bound_t *boun
[all...]

Completed in 57 milliseconds