Lines Matching defs:object
1644 * size - Size of each cached object
1646 * cache - Where the new cache object is returned
1650 * DESCRIPTION: Create a cache object
1668 * PARAMETERS: Cache - Handle to cache object
1686 * PARAMETERS: Cache - Handle to cache object
1691 * cache object.
1705 * PARAMETERS: Cache - Handle to cache object
1706 * Object - The object to be released
1710 * DESCRIPTION: Release an object to the specified cache. If cache is full,
1711 * the object is deleted.
1715 acpi_status acpi_os_release_object(acpi_cache_t * cache, void *object)
1717 kmem_cache_free(cache, object);