Searched refs:profiling_stream (Results 1 – 1 of 1) sorted by relevance
83 mali_profiling_stream *profiling_stream, *tmp_profiling_stream; in _mali_profiling_stream_list_destory() local86 …list_for_each_entry_safe(profiling_stream, tmp_profiling_stream, &profiling_stream_list->free_list… in _mali_profiling_stream_list_destory()87 list_del(&profiling_stream->list); in _mali_profiling_stream_list_destory()88 kfree(profiling_stream); in _mali_profiling_stream_list_destory()91 …list_for_each_entry_safe(profiling_stream, tmp_profiling_stream, &profiling_stream_list->queue_lis… in _mali_profiling_stream_list_destory()92 list_del(&profiling_stream->list); in _mali_profiling_stream_list_destory()93 kfree(profiling_stream); in _mali_profiling_stream_list_destory()101 mali_profiling_stream *profiling_stream, *tmp_profiling_stream; in _mali_profiling_global_stream_list_free() local106 …list_for_each_entry_safe(profiling_stream, tmp_profiling_stream, &global_mali_stream_list->queue_l… in _mali_profiling_global_stream_list_free()107 profiling_stream->used_size = 0; in _mali_profiling_global_stream_list_free()[all …]