Lines Matching defs:object
1546 * size - Size of each cached object
1548 * cache - Where the new cache object is returned
1552 * DESCRIPTION: Create a cache object
1570 * PARAMETERS: Cache - Handle to cache object
1588 * PARAMETERS: Cache - Handle to cache object
1593 * cache object.
1607 * PARAMETERS: Cache - Handle to cache object
1608 * Object - The object to be released
1612 * DESCRIPTION: Release an object to the specified cache. If cache is full,
1613 * the object is deleted.
1617 acpi_status acpi_os_release_object(acpi_cache_t * cache, void *object)
1619 kmem_cache_free(cache, object);