Home
last modified time | relevance | path

Searched refs:allocation_size (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/core/
H A Dplatform_gralloc4.cpp370 int get_allocation_size(buffer_handle_t handle, uint64_t* allocation_size) in get_allocation_size() argument
374 …= get_metadata(mapper, handle, MetadataType_AllocationSize, decodeAllocationSize, allocation_size); in get_allocation_size()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_firmware.c889 size_t allocation_size = sizeof(*metadata) + name_len + 1 + data_size; in parse_timeline_metadata_entry() local
901 metadata = kmalloc(allocation_size, GFP_KERNEL); in parse_timeline_metadata_entry()