Searched refs:vmu_bound_t (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/vm/ |
H A D | vm_usage.c | 187 } vmu_bound_t; typedef 291 vmu_bound_t *vmu_free_bounds; 313 const vmu_bound_t *bound1 = bnd1; in bounds_cmp() 314 const vmu_bound_t *bound2 = bnd2; in bounds_cmp() 330 vmu_free_bound(vmu_bound_t *bound) in vmu_free_bound() 347 vmu_bound_t *bound; in vmu_free_object() 443 sizeof (vmu_bound_t), 0, NULL, NULL, NULL, NULL, NULL, 0); in vm_usage_init() 566 avl_create(&(object->vmo_bounds), bounds_cmp, sizeof (vmu_bound_t), 0); in vmu_alloc_object() 574 static vmu_bound_t * 577 vmu_bound_t *bound; in vmu_alloc_bound() [all …]
|