Searched refs:current_mali_profiling_stream (Results 1 – 1 of 1) sorted by relevance
134 …eam_list_queue(struct list_head *stream_list, mali_profiling_stream *current_mali_profiling_stream) in _mali_profiling_global_stream_list_queue() argument141 list_add_tail(¤t_mali_profiling_stream->list, stream_list); in _mali_profiling_global_stream_list_queue()192 mali_profiling_stream *current_mali_profiling_stream; in _mali_profiling_stream_read() local199 current_mali_profiling_stream = NULL; in _mali_profiling_stream_read()201 ¤t_mali_profiling_stream); in _mali_profiling_stream_read()202 MALI_DEBUG_ASSERT_POINTER(current_mali_profiling_stream); in _mali_profiling_stream_read()203 …if (copy_to_user(&buffer[copy_len], current_mali_profiling_stream->data, current_mali_profiling_st… in _mali_profiling_stream_read()204 current_mali_profiling_stream->used_size = 0; in _mali_profiling_stream_read()205 …iling_global_stream_list_queue(&global_mali_stream_list->free_list, current_mali_profiling_stream); in _mali_profiling_stream_read()208 copy_len += current_mali_profiling_stream->used_size; in _mali_profiling_stream_read()[all …]