Lines Matching defs:object
340 * Free an object, and all visited bound info.
548 * Allocate a structure for tracking visited bounds for a vm object.
553 vmu_object_t *object;
556 object = vmu_data.vmu_free_objects;
560 object = kmem_cache_alloc(vmu_object_cache, KM_SLEEP);
563 object->vmo_next = NULL;
564 object->vmo_key = key;
565 object->vmo_type = type;
566 avl_create(&(object->vmo_bounds), bounds_cmp, sizeof (vmu_bound_t), 0);
568 return (object);
602 vmu_object_t *object;
605 (mod_hash_val_t *)&object);
607 object = vmu_alloc_object(key, type);
609 (mod_hash_val_t)object, (mod_hash_hndl_t)0);
612 return (object);
657 * Returns list of object bounds between start and end. New bounds inserted
1112 * Figure out if there is a shared object (such as a named vnode or
1185 * If there is also a shared object, then figure out the bounds
1355 * the shared object.
1622 * for each process'es address space. Address space object such as